Skip to content

Commit c0043a0

Browse files
author
mcp-release-bot
committed
ci(mcp): move transport to per-package for publisher; remove top-level transports in manual workflow
1 parent 182768b commit c0043a0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/publish-mcp.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,9 @@ jobs:
4343
"name": "io.github.OtherVibes/mcp-as-a-judge",
4444
"description": desc,
4545
"version": VERSION,
46-
"transports": [
47-
{"type": "stdio"}
48-
],
46+
4947
"packages": [
50-
{"registry_type": "pypi", "identifier": "mcp-as-a-judge", "version": VERSION}
48+
{"registry_type": "pypi", "identifier": "mcp-as-a-judge", "version": VERSION, "transport": {"type": "stdio"}}
5149
]
5250
}
5351
with open('server.json','w') as f: json.dump(data,f,indent=2)

0 commit comments

Comments
 (0)