Priority — TypeScript Compiler Intelligence
Stateless TS/JS compiler facts for agents: references, imports, impact.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Stateless TS/JS compiler facts for agents: references, imports, impact. No repo index or OAuth.
Список инструментов сервера (12)
Технические названия из tools/list. Нужны только разработчикам.
| open_snapshot | Store supplied source files ephemerally and return an opaque snapshot handle for reuse. |
| get_capabilities | Return Semantic Reader capabilities, limits, billing and discovery facts. |
| find_symbol | Resolve a symbol name to deterministic ranked compiler symbol candidates; safely reports ambiguity. |
| get_definition | Return the compiler-resolved declaration for one supplied-file symbol. |
| get_type | Return TypeScript type facts and call/construct signatures for one declaration. |
| get_diagnostics | Return bounded TypeScript syntactic and semantic diagnostics for supplied files. |
| get_symbol_context | Return bounded definition/callers/callees context; references or impact request paid depth. |
| query_code | Free navigation for symbols, callers, callees or function facts. |
| find_references | Return semantic static references to one exact compiler symbol. |
| get_imports | Return static imports made by one supplied file. |
| get_importers | Return supplied files that statically import one target file. |
| analyze_impact | Return bounded reverse-caller impact for one exact compiler symbol. |