Skip to content

Commit e68566a

Browse files
authored
Update schema version in server.json (#49533)
This is the latest version, and expected by the MCP Registry and publish tool. The `mcpserver` template is already updated in source (not yet released). There are no relevant changes for us except the schema URL. See https://github.com/modelcontextprotocol/registry/blob/main/docs/reference/server-json/CHANGELOG.md for more details.
1 parent dc75750 commit e68566a

File tree

1 file changed

+1
-1
lines changed
  • docs/ai/quickstarts/snippets/mcp-server/.mcp

1 file changed

+1
-1
lines changed

docs/ai/quickstarts/snippets/mcp-server/.mcp/server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
33
"description": "<your description here>",
44
"name": "io.github.<your GitHub username here>/<your repo name>",
55
"version": "<your package version here>",

0 commit comments

Comments
 (0)