Commit 0e246a9
fix: don't use registryBaseUrl in server.json (#325)
* fix: don't use registryBaseUrl in server.json
[These docs][docs] are misleading, apparently oci images shouldn't
use registryBaseUrl but should just have the full Docker image tag
in the identifier.
[docs]: https://github.com/modelcontextprotocol/registry/blob/main/docs/guides/publishing/publish-server.md#example-serverjson-docker-hub
* add docker.io prefix to MCP registry image identifier
---------
Co-authored-by: Ioanna Armouti <[email protected]>1 parent 5ed6922 commit 0e246a9
2 files changed
+3
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
| 76 | + | |
| 77 | + | |
81 | 78 | | |
82 | 79 | | |
83 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
0 commit comments