You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/api/openapi.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -778,7 +778,7 @@ components:
778
778
properties:
779
779
name:
780
780
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."
782
782
example: "io.github.user/weather"
783
783
minLength: 3
784
784
maxLength: 200
@@ -828,7 +828,7 @@ components:
828
828
$ref: '#/components/schemas/RemoteTransport'
829
829
_meta:
830
830
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."
Copy file name to clipboardExpand all lines: docs/reference/server-json/server.schema.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -409,7 +409,7 @@
409
409
"type": "string"
410
410
},
411
411
"_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.",
"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.",
0 commit comments