diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5fbe8a15..503e7239 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,6 +2,12 @@ ## Description +## Publishing Your Server + +**Note: Adding servers to the README is now deprecated.** Instead, please publish your server to the [MCP Server Registry](https://github.com/modelcontextprotocol/registry) to make it discoverable to the MCP ecosystem. + +To publish your server, follow the [quickstart guide starting from the "Install MCP Publisher" step](https://github.com/modelcontextprotocol/registry/blob/main/docs/modelcontextprotocol-io/quickstart.mdx#step-3-install-mcp-publisher). + ## Server Details - Server: @@ -27,7 +33,8 @@ - [ ] I have read the [MCP Protocol Documentation](https://modelcontextprotocol.io) - [ ] My changes follows MCP security best practices -- [ ] I have updated the server's README accordingly +- [ ] I have published my server to the MCP Server Registry (recommended for new servers) +- [ ] I have updated the server's own README with documentation - [ ] I have tested this with an LLM client - [ ] My code follows the repository's style guidelines - [ ] New and existing tests pass locally