typegraph-mcp 0.9.18 → 0.9.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -456,7 +456,3 @@ npx tsx ~/typegraph-mcp/cli.ts check
|
|
|
456
456
|
- **Object literal property keys** (e.g., RPC handler names) are not indexed by tsserver's `navto`. Use `ts_find_symbol` with a specific file, or pass the `file` hint to `ts_navigate_to`.
|
|
457
457
|
- **First query latency** — ~2s as tsserver loads the project. Subsequent queries are 1–60ms.
|
|
458
458
|
- **Memory** — tsserver holds the project in memory. For very large monorepos (1000+ files), expect ~200–500MB RSS.
|
|
459
|
-
|
|
460
|
-
## License
|
|
461
|
-
|
|
462
|
-
MIT
|