MCP server for tangled

fix MCP publisher installation: use actual release version v1.2.3 instead of non-existent 'latest' tag

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/latest/mcp-publisher_linux_amd64.tar.gz" | tar xz 39 + curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.2.3/mcp-publisher_1.2.3_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)