Skip to content

Commit b91ad48

Browse files
committed
chore: sync with openapi.yaml
Signed-off-by: Shingo OKAWA <shingo.okawa.g.h.c@gmail.com>
1 parent 2dcc100 commit b91ad48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@
409409
"type": "string"
410410
},
411411
"_meta": {
412-
"description": "Optional extension metadata for vendor-specific data. Keys must use reverse-DNS namespacing to avoid collisions. Include as many subdomain levels as necessary for uniqueness.",
412+
"description": "Extension metadata using reverse DNS namespacing for vendor-specific data",
413413
"properties": {
414414
"io.modelcontextprotocol.registry/publisher-provided": {
415415
"additionalProperties": true,
@@ -443,7 +443,7 @@
443443
"type": "array"
444444
},
445445
"name": {
446-
"description": "Unique MCP server identifier in reverse-DNS format. Must contain exactly one forward slash separating namespace from the server name. Include as many subdomain levels in the namespace as necessary for uniqueness.",
446+
"description": "Server name in reverse-DNS format. Must contain exactly one forward slash separating namespace from server name.",
447447
"example": "io.github.user/weather",
448448
"maxLength": 200,
449449
"minLength": 3,

0 commit comments

Comments
 (0)