core: add explore agent for fast codebase navigation and improve task UI display

This commit is contained in:
Dax Raad 2025-11-28 21:13:07 -05:00
parent a4f3aecbaa
commit 813d287a09
5 changed files with 60 additions and 2 deletions

View file

@ -16,5 +16,12 @@
"type": "remote",
"url": "https://mcp.exa.ai/mcp",
},
"morph": {
"type": "local",
"command": ["bunx", "@morphllm/morphmcp"],
"environment": {
"ENABLED_TOOLS": "warp_grep",
},
},
},
}