Priority — TypeScript Compiler Intelligence
Stateless TypeScript and JavaScript code intelligence for AI agents.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Get Capabilities: Get supported languages, free vs paid operations, input limits, privacy posture, x402 pricing and billing status. Free. Call first when discovering this server.
- Find Symbol: Find and rank compiler symbols across supplied TypeScript/JavaScript files without returning the full symbols list. Free. Deterministic exact/case-insensitive/qualified-suffix/prefix/subs
- Get Symbol Context: Resolve one TypeScript/JavaScript symbol and return a bounded context packet. Omitted include is free and returns definition, callers and callees. Adding references or impact makes
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Stateless TypeScript and JavaScript code intelligence for AI agents. Find semantic symbol references, resolve imports and importers, inspect callers and callees, and analyze change impact with compiler-backed evidence. No repository indexing or OAuth required.
Список инструментов сервера (8)
Технические названия из tools/list. Нужны только разработчикам.
| get_capabilities | Get supported languages, free vs paid operations, input limits, privacy posture, x402 pricing and billing status. Free. Call first when discovering this server. |
| find_symbol | Find and rank compiler symbols across supplied TypeScript/JavaScript files without returning the full symbols list. Free. Deterministic exact/case-insensitive/qualified-suffix/prefix/substring ranking with optional path and kind hints; returns ambiguous instead of guessing when the best decision key is tied. |
| get_symbol_context | Resolve one TypeScript/JavaScript symbol and return a bounded context packet. Omitted include is free and returns definition, callers and callees. Adding references or impact makes the single invocation paid via x402. Defaults to 4 rows per section with explicit totals and continuation offsets. |
| query_code | Generic compiler query over supplied JS/TS files. Free for symbols, callers, callees, and function. Paid via x402 (starting $0.02) when query is impact, references, imports, or importers. Prefer specialized tools when the intent is clear. Not a repository index. |
| find_references | Find semantic references to a TypeScript or JavaScript symbol across supplied files using compiler-backed symbol identity. Handles renamed imports and re-exports. Paid via x402 (starting $0.02). |
| get_imports | Resolve a TypeScript or JavaScript file's imports to concrete modules, imported bindings, aliases and source locations. Paid via x402 (starting $0.02). |
| get_importers | Find modules and files that import a target TypeScript or JavaScript module, with resolved module edges and evidence. Paid via x402 (starting $0.02). |
| analyze_impact | Determine what code may be affected by changing a TypeScript or JavaScript symbol. Returns direct and transitive dependency paths with source evidence. Paid via x402 (starting $0.02). |