Source:
packages/fabric-mcp/src/tools.tsmcpgeneratedfabric_index
Index a codebase directory. Parses source files with tree-sitter (TypeScript, Python, Go + 200 languages via fallback), extracts symbols, imports, call graph, tests, API contracts, and tech debt markers. Stores everything in a local knowledge graph.
Input schema
| Field | Type | Required | Description |
|---|---|---|---|
path | string | yes | Absolute path to the project root directory |
exclude | array | no | Glob patterns to exclude (items: string) |
Source
Source: packages/fabric-mcp/src/tools.ts
