Skip to content

Commit 1bc4dc2

Browse files
committed
docs: add clarification about reverse DNS format and namespace
Signed-off-by: Shingo OKAWA <shingo.okawa.g.h.c@gmail.com>
1 parent b91ad48 commit 1bc4dc2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/reference/api/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ components:
778778
properties:
779779
name:
780780
type: string
781-
description: "Server name in reverse-DNS format. Must contain exactly one forward slash separating namespace from server name."
781+
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."
782782
example: "io.github.user/weather"
783783
minLength: 3
784784
maxLength: 200
@@ -828,7 +828,7 @@ components:
828828
$ref: '#/components/schemas/RemoteTransport'
829829
_meta:
830830
type: object
831-
description: "Extension metadata using reverse DNS namespacing for vendor-specific data"
831+
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."
832832
properties:
833833
io.modelcontextprotocol.registry/publisher-provided:
834834
type: object

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": "Extension metadata using reverse DNS namespacing for vendor-specific data",
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.",
413413
"properties": {
414414
"io.modelcontextprotocol.registry/publisher-provided": {
415415
"additionalProperties": true,
@@ -443,7 +443,7 @@
443443
"type": "array"
444444
},
445445
"name": {
446-
"description": "Server name in reverse-DNS format. Must contain exactly one forward slash separating namespace from server 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.",
447447
"example": "io.github.user/weather",
448448
"maxLength": 200,
449449
"minLength": 3,

0 commit comments

Comments
 (0)