Some AI coding agents need configuration to prefer MCP tools over built-in shell commands. This directory contains agent-specific setup guides.
- SETUP.md - 3-step configuration guide
- CLAUDE.md - Example config snippet
Why needed: Claude Code defaults to built-in Bash tool. Configuration ensures it uses run_task for expensive operations.
To add a setup guide for another agent:
- Create directory:
mkdir examples/<agent-name> - Add SETUP.md with clear, agent-readable instructions (keep it under 60 lines)
- Include example configs if needed
- Update this README with agent compatibility info
Goal: Agents should be able to follow SETUP.md automatically without human intervention.
