- Notifications
You must be signed in to change notification settings - Fork1.2k
point to remote config docs#513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Pull Request Overview
This PR introduces a new “Configuration” section in the README that directs users to the remote server setup documentation.
- Adds a “Configuration” heading under the remote server note
- Links to the remote-server.md doc for remote GitHub MCP Server setup
Comments suppressed due to low confidence (1)
README.md:52
- The relative link uses
../docs/remote-server.md
, which may be incorrect from the repository root. It should point todocs/remote-server.md
so the link resolves correctly.
Configuring the remote GitHub MCP Server differs from the local version, see: [Remote Server Documentation](../docs/remote-server.md).
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: John Wesley Walker III <81404201+jww3@users.noreply.github.com>
tonytrg commentedJun 13, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@jww3 my bad ❤️, verified it, the new path works |
8562b1d
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Since the acces to the remote server and the startup differs, the configuration is handled differently than with the local version. Make sure to point that out.