Replies: 2 comments 6 replies
-
Actually, I think With that in mind, then the question is just what (if any) other container registries we want to register. GHCR is another popular one I've seen the MCP community using.
Thank you for flagging! |
Beta Was this translation helpful? Give feedback.
-
I think it would make sense to use Some package_arguments that are common, or even mandatory, for different runtimes, could be left out of all package definitions. For example |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submission Checklist
Discussion Topic
Hi all,
While reviewing the current specification, I noticed that MCP servers can be declared using OCI images, but the type is specified as
docker
:registry/docs/server-registry-api/examples.md
Line 88 in 1a6dc93
Given that users may use different container runtimes (e.g., Podman, the upcoming Apple container runtime on macOS, etc.), I’m wondering how best to represent this in the registry.
Should we:
Register the same image under multiple types (e.g.,
docker
,podman
,apple-container
, etc.), orUse a more generic type like
container
oroci
, and provide a runtime_hint field to indicate the preferred runtime (e.g., Docker, Podman, etc.)?Curious to hear your thoughts on how this should be handled to maintain flexibility
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions