Skip to content

Commit d57e740

Browse files
author
mcp-release-bot
committed
ci(mcp): include per-package transport {type: stdio} in automated release publisher
1 parent c0043a0 commit d57e740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
{"type": "stdio"}
241241
],
242242
"packages": [
243-
{"registry_type": "pypi", "identifier": "mcp-as-a-judge", "version": VERSION}
243+
{"registry_type": "pypi", "identifier": "mcp-as-a-judge", "version": VERSION, "transport": {"type": "stdio"}}
244244
]
245245
}
246246
with open('server.json','w') as f: json.dump(data,f,indent=2)

0 commit comments

Comments
 (0)