-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Add doc for publishing to the Official MCP Registry #50086
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
19c28ad to
5cb0414
Compare
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 comprehensive documentation for publishing .NET MCP (Model Context Protocol) Servers to the Official MCP Registry. The guide walks developers through creating a server.json manifest, updating package READMEs with metadata, publishing to NuGet.org, and using the MCP Publisher tool to register servers.
Key changes:
- New quickstart guide with platform-specific instructions for Windows, Linux, and macOS
- Template server.json manifest file with placeholders for configuration
- Integration with existing .NET AI and MCP documentation
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 7 comments.
| File | Description |
|---|---|
| docs/ai/quickstarts/snippets/mcp-registry/server.json | Template JSON manifest file defining MCP Server metadata and package configuration |
| docs/ai/quickstarts/publish-mcp-registry.md | Complete quickstart guide with step-by-step instructions for publishing to the MCP Registry |
8b2852d to
3e31ecd
Compare
3e31ecd to
780d5d3
Compare
|
Closing this one and re-opening. |
Summary
Progress on #50105.
Open questions:
Internal previews