diff --git a/docs/guides/publishing/publish-server.md b/docs/guides/publishing/publish-server.md index 69bd6d2f..b3f98d40 100644 --- a/docs/guides/publishing/publish-server.md +++ b/docs/guides/publishing/publish-server.md @@ -143,6 +143,7 @@ Add an `mcpName` field to your `package.json`: ### How It Works - Registry fetches `https://registry.npmjs.org/your-npm-package` - Checks that `mcpName` field matches your server name +- Checks that `version` field matches the `version` in your published npm package - Fails if field is missing or doesn't match ### Example server.json @@ -453,4 +454,4 @@ See these real-world examples of published servers: ## What You've Accomplished -You've successfully published your first MCP server to the registry! Your server is now discoverable by MCP clients and can be installed by users worldwide. \ No newline at end of file +You've successfully published your first MCP server to the registry! Your server is now discoverable by MCP clients and can be installed by users worldwide.