Skip to content

Commit 931244b

Browse files
author
mcp-release-bot
committed
ci(mcp): use transports=["stdio"] per registry schema
1 parent e26a6c2 commit 931244b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-mcp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
"description": desc,
4545
"version": VERSION,
4646
"transports": [
47-
{"type": "stdio"}
47+
"stdio"
4848
],
4949
"packages": [
5050
{"registry_type": "pypi", "identifier": "mcp-as-a-judge", "version": VERSION},

0 commit comments

Comments
 (0)