Skip to content

Commit 182768b

Browse files
author
mcp-release-bot
committed
ci(mcp): fix transports schema to object form {type: stdio} for MCP Registry
1 parent 7b92ea6 commit 182768b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-
"stdio"
47+
{"type": "stdio"}
4848
],
4949
"packages": [
5050
{"registry_type": "pypi", "identifier": "mcp-as-a-judge", "version": VERSION}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
"description": desc,
238238
"version": VERSION,
239239
"transports": [
240-
"stdio"
240+
{"type": "stdio"}
241241
],
242242
"packages": [
243243
{"registry_type": "pypi", "identifier": "mcp-as-a-judge", "version": VERSION}

0 commit comments

Comments
 (0)