Neural network background
Source: packages/fabric-mcp/src/tools.tsmcpgenerated

fabric_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

FieldTypeRequiredDescription
pathstringyesAbsolute path to the project root directory
excludearraynoGlob patterns to exclude (items: string)

Source

Source: packages/fabric-mcp/src/tools.ts