Programmatic MCP PrototypeMCP Server27/100 via “progressive tool discovery via meta-tool search”
** - Experimental agent prototype demonstrating programmatic MCP tool composition, progressive tool discovery, state persistence, and skill building through TypeScript code execution by **[Adam Jones](https://github.com/domdomegg)**
Unique: Uses a dedicated subagent (Claude Haiku) to perform semantic search over tool registries rather than exposing all tool schemas to the main agent, implementing a two-tier tool discovery pattern that separates discovery from execution
vs others: Reduces main agent context bloat by 80-90% compared to loading all tool schemas upfront, while maintaining semantic search quality through a specialized subagent rather than simple keyword matching