Skip to content

Commit adda51a

Browse files
committed
OCI packages must not have 'registryBaseUrl' field - use canonical reference in 'identifier' instead
1 parent 3dd8e53 commit adda51a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

server.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"packages": [
1212
{
1313
"registryType": "oci",
14-
"registryBaseUrl": "https://ghcr.io",
15-
"identifier": "github/github-mcp-server",
14+
"identifier": "ghcr.io/github/github-mcp-server",
1615
"version": "${VERSION}",
1716
"transport": {
1817
"type": "stdio"

0 commit comments

Comments
 (0)