3 Commits

Author SHA1 Message Date
cf28b6cc5b Update BLOG_NOTES with production implementation details
Added Phase 5-7 covering:
- Asyncio conflict resolution and server consolidation
- Hierarchical agent architecture (39 agents total)
- Enhanced tool descriptions for calling LLM clarity
- Final production architecture and lessons learned
2025-09-09 09:29:58 -06:00
b8c7329635 Organize documentation files into docs/ directory 2025-09-09 09:28:56 -06:00
997cf8dec4 Initial commit: Production-ready FastMCP agent selection server
Features:
- FastMCP-based MCP server for Claude Code agent recommendations
- Hierarchical agent architecture with 39 specialized agents
- 10 MCP tools with enhanced LLM-friendly descriptions
- Composed agent support with parent-child relationships
- Project root configuration for focused recommendations
- Smart agent recommendation engine with confidence scoring

Server includes:
- Core recommendation tools (recommend_agents, get_agent_content)
- Project management tools (set/get/clear project roots)
- Discovery tools (list_agents, server_stats)
- Hierarchy navigation (get_sub_agents, get_parent_agent, get_agent_hierarchy)

All tools properly annotated for calling LLM clarity with detailed
arguments, return values, and usage examples.
2025-09-09 09:28:23 -06:00