Skip to content

Commit 177770e

Browse files
committed
Add date in
1 parent a007e94 commit 177770e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/server-json/registry-schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://modelcontextprotocol.io/schemas/draft/registry-server.json",
3+
"$id": "https://modelcontextprotocol.io/schemas/draft/2025-07-09/registry-server.json",
44
"title": "MCP Server Detail - Registry Schema",
55
"description": "Registry-specific constraints for MCP server representation. Extends the base schema with additional validation rules.",
6-
"$ref": "https://modelcontextprotocol.io/schemas/draft/server.json",
6+
"$ref": "https://modelcontextprotocol.io/schemas/draft/2025-07-09/server.json",
77
"properties": {
88
"repository": {
99
"properties": {

docs/server-json/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://modelcontextprotocol.io/schemas/draft/server.json",
3+
"$id": "https://modelcontextprotocol.io/schemas/draft/2025-07-09/server.json",
44
"title": "MCP Server Detail",
55
"description": "Schema for a static representation of an MCP server. Used in various contexts related to discovery, installation, and configuration.",
66
"type": "object",

0 commit comments

Comments
 (0)