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 7dac132 commit 0f6993cCopy full SHA for 0f6993c
.github/workflows/registry-releaser.yml
@@ -42,6 +42,11 @@ jobs:
42
sed -i "s/\${VERSION}/$TAG_VERSION/g" server.json
43
echo "Updated server.json version to $TAG_VERSION"
44
45
+ - name: Display updated server.json
46
+ run: |
47
+ echo "Final server.json contents:"
48
+ cat server.json
49
+
50
- name: Login to MCP Registry
51
run: ./mcp-publisher login github-oidc
52
0 commit comments