{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", "name": "io.github.TsukumoHQ/trovex", "title": "trovex", "description": "Serves coding agents one canonical doc per query instead of rereading the repo — ~60% fewer tokens.", "version": "0.11.9", "websiteUrl": "https://trovex.dev", "repository": { "url": "https://github.com/TsukumoHQ/trovex", "source": "github" }, "packages": [ { "registryType": "pypi", "registryBaseUrl": "https://pypi.org", "identifier": "trovex", "version": "0.11.9", "runtimeHint": "uvx", "transport": { "type": "stdio" }, "packageArguments": [ { "type": "positional", "value": "mcp", "description": "Serve the trovex MCP server over stdio — the transport MCP registries and .mcpb bundles launch directly. No port, no HTTP server; the client speaks JSON-RPC over stdin/stdout." } ] }, { "registryType": "pypi", "registryBaseUrl": "https://pypi.org", "identifier": "trovex", "version": "0.11.9", "runtimeHint": "uvx", "transport": { "type": "streamable-http", "url": "http://localhost:8765/mcp" }, "packageArguments": [ { "type": "positional", "value": "serve", "description": "Start the trovex MCP HTTP server (exposes the streamable-http endpoint at /mcp and the local web UI at /)." }, { "type": "named", "name": "--port", "description": "Port for the MCP HTTP server (default 8765). If you change it, update the transport URL to match.", "isRequired": false, "value": "8765" } ] } ] }