MCP server for tangled
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: update mcp-publisher to v1.3.3 for 2025-10-17 schema support

zzstoatzz e7b39c07 58f99198

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