First public release of the HyperRoute MCP server.
Routes each task to the best external tool and runs it server-side, so a coordinator agent learns one verb instead of a hundred tools.
- Token-lean wire:
recommendreturns a compact table; per-tool depth is pulled on demand withdescribe. - Declares the coordinator it runs inside, so HyperRoute can answer "use your own tools" instead of always preferring an external one.
- Keys are held server-side and never enter the conversation.
- Supports MCP SDK 1.x and 2.x.