- Notifications
You must be signed in to change notification settings - Fork3.1k
Add remote server to registry entry#1400
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
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 adds a remote server configuration to the MCP server registry entry inserver.json, enabling the hosted GitHub MCP server atapi.githubcopilot.com/mcp to be registered alongside the existing local Docker-based package. The remote server supports streamable HTTP transport with authorization header authentication.
- Adds a
remotesarray to the server registry - Configures the streamable-http transport type for the remote GitHub MCP server
- Defines required Authorization header for authentication (PAT or App token)
💡Add Copilot custom instructions for smarter, more guided reviews.Learn how to get started.
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
MattBabbage left a comment
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.
LGTM!
df347e3 intomainUh oh!
There was an error while loading.Please reload this page.
No description provided.