Thanks to visit codestin.com
Credit goes to docs.fallow.tools

Skip to main content
Compose one evidence bundle before editing a file or exported symbol. inspect is designed for agents that need the same context as the MCP inspect_target tool without starting an MCP session.

Target

Choose exactly one target form:

Evidence flags

Output

$ fallow inspect --file src/api.ts --format json --quiet
Each evidence section carries a status (ok or error) and scope. Non-fatal child-analysis failures are reported as section-level errors plus a warning, so the caller can still use the rest of the bundle. inspect accepts the project and performance flags (--root, --config, --workspace, --production, --no-cache, --threads). See global flags for the full list.

MCP parity

The MCP inspect_target tool uses the same CLI flow and returns the same JSON shape. Prefer the CLI when you are already in a shell or editor command, and MCP when an agent is already connected to the server.

See also

fallow trace

The call-chain data --symbol-chain attaches.

MCP integration

Use the inspect_target tool from AI coding agents.