We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ac8ce commit d494cceCopy full SHA for d494cce
docs/guides/publishing/publish-server.md
@@ -251,8 +251,8 @@ LABEL io.modelcontextprotocol.server.name="io.github.username/server-name"
251
"name": "io.github.username/server-name",
252
"packages": [
253
{
254
- "registry_type": "oci",
255
- "registry_base_url": "https://docker.io",
+ "registryType": "oci",
+ "registryBaseUrl": "https://docker.io",
256
"identifier": "yourusername/your-mcp-server",
257
"version": "1.0.0"
258
}
0 commit comments