Skip to content

Commit 461112f

Browse files
Remove outdated remote server URL match caveat
Follow-up to modelcontextprotocol#769, which removed the validation that remote server URLs must match the server's namespace. This commit updates `official-registry-requirements.md` to reflect the current behavior. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 17e2890 commit 461112f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/reference/server-json/official-registry-requirements.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ While the [generic server.json format](./generic-server-json.md) defines the bas
1010

1111
- **Namespace authentication** - Servers are published under appropriate namespaces
1212
- **Package ownership verification** - Publishers actually control referenced packages
13-
- **Remote server URL match** - Remote server base urls match namespaces
1413
- **Restricted registry base urls** - Packages are from trusted public registries
1514
- **`_meta` namespace restrictions** - Restricted to `publisher` key only
1615

@@ -26,10 +25,6 @@ All packages must include metadata proving the publisher owns them. This prevent
2625

2726
For detailed verification requirements for each registry type, see the [publishing guide](../../guides/publishing/publish-server.md).
2827

29-
## Remote Server URL Match
30-
31-
Remote servers must use URLs that match the publisher's domain from their namespace. For example, `com.example/server` can only use remote URLs on `example.com` or its subdomains.
32-
3328
## Restricted Registry Base URLs
3429

3530
Only trusted public registries are supported. Private registries and alternative mirrors are not allowed.

0 commit comments

Comments
 (0)