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 94d1d11 commit 610e364Copy full SHA for 610e364
1 file changed
.github/workflows/publish-mcp-registry.yml
@@ -39,5 +39,8 @@ jobs:
39
fs.writeFileSync('server.json', JSON.stringify(s, null, 2) + '\n');
40
"
41
42
+ - name: Authenticate with MCP Registry
43
+ run: mcp-publisher login github-oidc
44
+
45
- name: Publish to MCP Registry
- run: mcp-publisher publish --token ${{ secrets.GITHUB_TOKEN }}
46
+ run: mcp-publisher publish
0 commit comments