From 1c23036a5cdc4c4006a57bffbe077a5da808fef1 Mon Sep 17 00:00:00 2001 From: Dick Hardt Date: Fri, 12 Sep 2025 16:09:57 +0100 Subject: [PATCH 1/2] Add version update instruction in publish-server.md Added instruction to update version in the publish process. --- docs/guides/publishing/publish-server.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/guides/publishing/publish-server.md b/docs/guides/publishing/publish-server.md index 69bd6d2f..02a99673 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 +- Update the version to be the version of 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. From 95a7a28dfe87a3121a5e21e8aa8d04c45e101bbb Mon Sep 17 00:00:00 2001 From: Dick Hardt Date: Sat, 13 Sep 2025 08:29:49 +0100 Subject: [PATCH 2/2] Clarify version check in publish-server.md Updated instructions to clarify version check. --- docs/guides/publishing/publish-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/publishing/publish-server.md b/docs/guides/publishing/publish-server.md index 02a99673..b3f98d40 100644 --- a/docs/guides/publishing/publish-server.md +++ b/docs/guides/publishing/publish-server.md @@ -143,7 +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 -- Update the version to be the version of your published npm package +- Checks that `version` field matches the `version` in your published npm package - Fails if field is missing or doesn't match ### Example server.json