Skip to content

Commit 1eeb662

Browse files
author
mcp-release-bot
committed
ci(mcp): include per-package transport={type: stdio} in server.json per schema
1 parent 931244b commit 1eeb662

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-mcp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
"stdio"
4848
],
4949
"packages": [
50-
{"registry_type": "pypi", "identifier": "mcp-as-a-judge", "version": VERSION},
51-
{"registry_type": "oci", "registry_base_url": "https://ghcr.io", "identifier": "othervibes/mcp-as-a-judge", "version": VERSION}
50+
{"registry_type": "pypi", "identifier": "mcp-as-a-judge", "version": VERSION, "transport": {"type": "stdio"}},
51+
{"registry_type": "oci", "registry_base_url": "https://ghcr.io", "identifier": "othervibes/mcp-as-a-judge", "version": VERSION, "transport": {"type": "stdio"}}
5252
]
5353
}
5454
with open('server.json','w') as f: json.dump(data,f,indent=2)

0 commit comments

Comments
 (0)