MCP server for tangled

fix server.json schema version for MCP registry

- update schema from 2025-09-29 to 2025-10-17
- update version to 0.0.11 to match git tag
- fixes MCP registry publish failure

+3 -3
+3 -3
server.json
··· 1 1 { 2 - "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json", 2 + "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json", 3 3 "name": "io.github.zzstoatzz/tangled-mcp", 4 4 "title": "Tangled MCP", 5 5 "description": "MCP server for Tangled git platform. Manage repositories, branches, and issues on tangled.org.", 6 - "version": "0.0.10", 6 + "version": "0.0.11", 7 7 "packages": [ 8 8 { 9 9 "registryType": "pypi", 10 10 "identifier": "tangled-mcp", 11 - "version": "0.0.10", 11 + "version": "0.0.11", 12 12 "transport": { 13 13 "type": "stdio" 14 14 }