CLI/MCP tool providing TypeScript code intelligence via the TypeScript Language Service. Analyze exports, imports, resolve symbols, and check type errors.
{
"mcpServers": {
"ts-scan": {
"command": "npx",
"args": [
"-y",
"ts-scan"
]
}
}
}