Skip to content

Commit 7b92ea6

Browse files
author
mcp-release-bot
committed
ci(mcp): manual publisher uses PyPI; release MCP publish no longer depends on Docker manifest
1 parent 18463d8 commit 7b92ea6

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
@@ -47,7 +47,7 @@ jobs:
4747
"stdio"
4848
],
4949
"packages": [
50-
{"registry_type": "oci", "registry_base_url": "https://ghcr.io", "identifier": "othervibes/mcp-as-a-judge", "version": VERSION, "transport": {"type": "stdio"}}
50+
{"registry_type": "pypi", "identifier": "mcp-as-a-judge", "version": VERSION}
5151
]
5252
}
5353
with open('server.json','w') as f: json.dump(data,f,indent=2)

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206

207207
publish_mcp_registry:
208208
name: Publish to MCP Registry (preview)
209-
needs: [publish_pypi, docker_merge_manifest]
209+
needs: [publish_pypi]
210210
runs-on: ubuntu-latest
211211
permissions:
212212
contents: read

0 commit comments

Comments
 (0)