Skip to content

Commit d5d1782

Browse files
committed
expand _meta name reservation
1 parent 045e2cf commit d5d1782

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/specification/draft/basic/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,9 @@ may reserve particular names for purpose-specific metadata, as declared in those
139139

140140
- If specified, MUST be a series of labels separated by dots (`.`), followed by a slash (`/`).
141141
- Labels MUST start with a letter and end with a letter or digit; interior characters can be letters, digits, or hyphens (`-`).
142-
- The `modelcontextprotocol.[*]/` and `mcp.[*]/` prefixes are reserved for MCP use (where `[*]` stands for any top-level domain).
142+
- Any prefix beginning with zero or more valid labels, followed by `modelcontextprotocol` or `mcp`, followed by any valid label,
143+
is **reserved** for MCP use.
144+
- For example: `modelcontextprotocol.io/`, `mcp.dev/`, `api.modelcontextprotocol.org/`, and `tools.mcp.com/` are all reserved.
143145

144146
**Name:**
145147

0 commit comments

Comments
 (0)