Quick Summary Goal: Discover, analyze, and execute MCP tools/prompts/resources from configured servers without polluting main context. Workflow: 1. Config Management — Use , symlink to for Gemini CLI 2. Capability Discovery — saves to 3. Intelligent Selection — LLM analyzes tools.json for task-relevant capabilities 4. Execution — Primary: Gemini CLI with stdin piping; Secondary: Direct scripts; Fallback: general-purpose subagent Key Rules: - Gemini CLI Primary : Use stdin piping ( ), NOT flag (skips MCP init) - GEMINI.md Auto-Load : Project root file enforces structured JSON responses from Ge…