Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/publish-mcp-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
- name: Authenticate to MCP Registry
run: ./mcp-publisher login github-oidc

- name: Wait for npm registry propagation
if: ${{ inputs.dry_run != true }}
run: sleep 120

- name: Publish server to MCP Registry
if: ${{ inputs.dry_run != true }}
run: ./mcp-publisher publish
Loading