Skip to content

Commit e26a6c2

Browse files
author
mcp-release-bot
committed
ci(mcp): declare transports=[{type: stdio}] in server.json for publisher
1 parent f8b433a commit e26a6c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-mcp.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
"name": "io.github.OtherVibes/mcp-as-a-judge",
4444
"description": desc,
4545
"version": VERSION,
46+
"transports": [
47+
{"type": "stdio"}
48+
],
4649
"packages": [
4750
{"registry_type": "pypi", "identifier": "mcp-as-a-judge", "version": VERSION},
4851
{"registry_type": "oci", "registry_base_url": "https://ghcr.io", "identifier": "othervibes/mcp-as-a-judge", "version": VERSION}

0 commit comments

Comments
 (0)