@focus-mcp/brick-treesitter
v1.3.1
Published
Multi-language tree-sitter parser — supports ~50 languages including TypeScript, Python, PHP, Go, Rust, HTML, YAML, JSON, Markdown, Twig, SCSS, etc.
Downloads
3,373
Maintainers
Readme
@focusmcp/treesitter
Regex-based code indexer for FocusMCP — parses TypeScript/JavaScript symbols, imports, and exports.
MVP implementation uses regex patterns instead of native tree-sitter bindings. Covers TypeScript and JavaScript. Native tree-sitter support planned for a future version.
Tools
| Tool | Exposed as | Description |
|------|-----------|-------------|
| index | ts_index | Index a directory (parse all TS/JS files) |
| reindex | ts_reindex | Re-index a single file |
| status | ts_status | Index status: file count, symbol count |
| cleanup | ts_cleanup | Clear the entire index |
| langs | ts_langs | List supported languages |
