Gather
Call cqs_gather MCP tool. Parse arguments:
- •First positional arg =
query— semantic search query (required) - •
--expand <n>→ BFS expansion depth (default 1, max 5) - •
--direction <d>→ expansion direction: both, callers, callees (default both) - •
--limit <n>→ max results (default 10)
Returns seed search results expanded via call graph traversal. One call for "show me everything related to X". Cap: 200 nodes.