MCP server for tangled

fix: correct mcp-publisher binary filename

Changed files
+1 -1
.github
workflows
+1 -1
.github/workflows/publish-mcp.yml
··· 36 36 37 37 - name: install mcp publisher 38 38 run: | 39 - curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.3.3/mcp-publisher_1.3.3_linux_amd64.tar.gz" | tar xz 39 + curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.3.3/mcp-publisher_linux_amd64.tar.gz" | tar xz 40 40 sudo mv mcp-publisher /usr/local/bin/ 41 41 42 42 - name: login to mcp registry (github oidc)