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
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]>
Copy file name to clipboardExpand all lines: docs/reference/server-json/official-registry-requirements.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@ While the [generic server.json format](./generic-server-json.md) defines the bas
10
10
11
11
-**Namespace authentication** - Servers are published under appropriate namespaces
12
12
-**Package ownership verification** - Publishers actually control referenced packages
13
-
-**Remote server URL match** - Remote server base urls match namespaces
14
13
-**Restricted registry base urls** - Packages are from trusted public registries
15
14
-**`_meta` namespace restrictions** - Restricted to `publisher` key only
16
15
@@ -26,10 +25,6 @@ All packages must include metadata proving the publisher owns them. This prevent
26
25
27
26
For detailed verification requirements for each registry type, see the [publishing guide](../../guides/publishing/publish-server.md).
28
27
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
-
33
28
## Restricted Registry Base URLs
34
29
35
30
Only trusted public registries are supported. Private registries and alternative mirrors are not allowed.
0 commit comments