MCP server for tangled

fix MCP publisher installation: use binary download instead of non-existent npm package

+2 -1
+2 -1
.github/workflows/publish-mcp.yml
··· 36 37 - name: install mcp publisher 38 run: | 39 - npm install -g @modelcontextprotocol/publisher 40 41 - name: login to mcp registry (github oidc) 42 run: mcp-publisher login github-oidc
··· 36 37 - name: install mcp publisher 38 run: | 39 + curl -L "https://github.com/modelcontextprotocol/registry/releases/download/latest/mcp-publisher_linux_amd64.tar.gz" | tar xz 40 + sudo mv mcp-publisher /usr/local/bin/ 41 42 - name: login to mcp registry (github oidc) 43 run: mcp-publisher login github-oidc