@side-quest/bun-runner
v1.0.1
Published
Bun test runner MCP server — structured, token-efficient test output for Claude Code
Maintainers
Readme
@side-quest/bun-runner
Bun test runner MCP server for Claude Code. Runs tests with structured, token-efficient output.
Tools
bun_runTests— Run tests with optional pattern filterbun_testFile— Run specific test filebun_testCoverage— Run tests with coverage report
Usage
bunx --bun @side-quest/bun-runnerOr in .mcp.json:
{
"mcpServers": {
"bun-runner": {
"command": "bunx",
"args": ["--bun", "@side-quest/bun-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
