We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4109c commit 0e6050eCopy full SHA for 0e6050e
.github/workflows/publish-to-pypi.yml
@@ -60,14 +60,11 @@ jobs:
60
run: |
61
curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.0.0/mcp-publisher_1.0.0_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher
62
63
- - name: Validate server.json with MCP Publisher
64
- run: ./mcp-publisher validate --file server.json
65
-
66
- name: Login to MCP Registry (OIDC)
67
run: ./mcp-publisher login github-oidc
68
69
- name: Publish to MCP Registry
70
- run: ./mcp-publisher publish --file server.json
+ run: ./mcp-publisher publish
71
72
- name: Extract package version
73
id: get_version
0 commit comments