@side-quest/tsc-runner
v1.0.1
Published
TypeScript type checker MCP server — structured diagnostics for Claude Code
Downloads
25
Maintainers
Readme
@side-quest/tsc-runner
TypeScript type checker MCP server for Claude Code. Structured diagnostics with tsconfig auto-detection.
Tools
tsc_check— Run TypeScript type checking using nearest tsconfig/jsconfig
Usage
bunx --bun @side-quest/tsc-runnerOr in .mcp.json:
{
"mcpServers": {
"tsc-runner": {
"command": "bunx",
"args": ["--bun", "@side-quest/tsc-runner"]
}
}
}Response Format
All tools accept a response_format parameter ("markdown" or "json"). Use "json" for token-efficient structured output in agent pipelines.
License
MIT
