Skip to content

Commit ea03e85

Browse files
tadasantclaude
andcommitted
Revert server.schema.json changes - let PR #803 handle schema versioning
PR #803 decouples server.schema.json versioning from openapi.yaml by using a draft URL scheme. This PR should only update the OpenAPI spec endpoints and version, not the server.schema.json. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 8dd7807 commit ea03e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/server-json/server.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$comment": "This file is auto-generated from docs/reference/api/openapi.yaml. Do not edit manually. Run 'make generate-schema' to update.",
3-
"$id": "https://static.modelcontextprotocol.io/schemas/2025-12-01/server.schema.json",
3+
"$id": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
44
"$ref": "#/definitions/ServerDetail",
55
"$schema": "http://json-schema.org/draft-07/schema#",
66
"definitions": {

0 commit comments

Comments
 (0)