Scan the project natively - no-install file inventory + import map
project_map_scanScans a repository to extract file-level JavaScript/TypeScript import edges, resolving relative, alias, and monorepo paths, then writes a graph.json map that gives AI agents a clear project structure for context.
Instructions
KLYPIX's own zero-install scanner: walks the repo (gitignore-aware, junk dirs like browser profiles and build output excluded), extracts FILE-LEVEL import edges for the JS/TS family (relative, tsconfig-alias, and monorepo-workspace imports resolved), and writes klypix-map/graph.json inside the project — the only thing it ever writes. The artifact then serves project_map_context automatically when no Graphify artifact exists. It deliberately does not build a per-symbol AST graph; deeper external artifacts remain importable through the same door.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Absolute project root. Defaults to this MCP connection's configured project/vault. |