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 36 37 37 - name: install mcp publisher 38 38 run: | 39 - npm install -g @modelcontextprotocol/publisher 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/ 40 41 41 42 - name: login to mcp registry (github oidc) 42 43 run: mcp-publisher login github-oidc