Answer code navigation and impact questions
Qcommandsetup L1★2,474
openwebf/webf ↗What it does
Query code intelligence across dependency graphs
Best for
MCP-first code intelligence queries when you need call/def/ref across the whole codebase without manual grep.
Inputs
- · query string
- · optional scope (files/dirs)
- · optional mode (def/ref/call)
- · optional MCP server name
Outputs
- · matched files/symbols
- · context snippets
Requires
- · Bash (rg/git grep/git ls-files)
- · MCP server (optional)
- · dependency graph indexer
Preconditions
git repo initialized; ripgrep or git grep available; optional MCP server running
Failure modes
- · Query too broad (matches thousands)
- · Scope syntax invalid
- · MCP server unavailable (falls back to grep)
Trust signals
- · MCP-first query (not just grep fallback)
- · Scope syntax validated
- · Multiple backends (rg/git grep/MCP server)