MCP server for tangled
at refactor/types-and-urls 17 lines 481 B view raw
1{ 2 "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json", 3 "name": "io.github.zzstoatzz/tangled-mcp", 4 "title": "Tangled MCP", 5 "description": "MCP server for Tangled git platform. Manage repositories, branches, and issues on tangled.org.", 6 "version": "0.0.9", 7 "packages": [ 8 { 9 "registryType": "pypi", 10 "identifier": "tangled-mcp", 11 "version": "0.0.9", 12 "transport": { 13 "type": "stdio" 14 } 15 } 16 ] 17}