
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@paretools/test
Advanced tools
MCP server for test runners — structured pass/fail results with failure details for AI agents
Structured, token-efficient test runner output for AI agents. Up to 80% fewer tokens than raw test CLI output.
Part of the Pare suite of MCP servers. Auto-detects pytest, jest, vitest, and mocha.
| Tool | Description |
|---|---|
run | Run tests, returns pass/fail counts and failure details |
coverage | Run tests with coverage, returns per-file summary |
playwright | Run Playwright tests with structured pass/fail output |
npx -y @paretools/test
Add to your MCP client config:
{
"mcpServers": {
"pare-test": {
"command": "npx",
"args": ["-y", "@paretools/test"]
}
}
}
run output:
{
"framework": "vitest",
"passed": 46,
"failed": 1,
"skipped": 0,
"total": 47,
"failures": [
{
"name": "parseOutput > handles empty input",
"file": "src/__tests__/parsers.test.ts",
"message": "expected true to be false"
}
]
}
run, coverage, playwright): 300_000ms (5 minutes)300_000ms300_000msThis package runs real downstream suites (including @paretools/git integration tests), so lower global limits like 120s can fail due to cumulative runtime on slower CI/Windows runners.
For framework: "pytest", run and coverage use the shared Python interpreter resolver. Pare checks .venv/, venv/, and env/ under the requested path before falling back to python and then python3, and invokes pytest as python -m pytest.
Use the interpreter input to point at a specific Python executable when auto-detection is not enough.
pnpm test:unit runs fast parser/formatter/helper testspnpm test:integration runs MCP integration + tool-params testspnpm test:fidelity runs the long fidelity suiteThe default pnpm test runs these batches sequentially for earlier failure and clearer triage.
| Package | Tools | Wraps |
|---|---|---|
| @paretools/git | status, log, diff, branch, show, add, commit, push, pull, checkout | git |
| @paretools/test | run, coverage, playwright | pytest, jest, vitest, mocha, playwright |
| @paretools/npm | install, audit, outdated, list, run, test, init | npm |
| @paretools/build | tsc, build, esbuild, vite-build, webpack | tsc, esbuild, vite, webpack |
| @paretools/lint | lint, format-check, prettier-format, biome-check, biome-format | eslint, prettier, biome |
| @paretools/python | pip-install, mypy, ruff-check, pip-audit, pytest, uv-install, uv-run, black | pip, mypy, ruff, pytest, uv, black |
| @paretools/docker | ps, build, logs, images, run, exec, compose-up, compose-down, pull | docker, docker compose |
| @paretools/cargo | build, test, clippy, run, add, remove, fmt, doc, check | cargo |
| @paretools/go | build, test, vet, run, mod-tidy, fmt, generate | go, gofmt |
Works with any MCP-compatible client: Claude Code, Claude Desktop, Cursor, Windsurf, VS Code / GitHub Copilot, Cline, Roo Code, Zed, Continue.dev, Gemini CLI, OpenAI Codex
FAQs
MCP server for test runners — structured pass/fail results with failure details for AI agents
The npm package @paretools/test receives a total of 188 weekly downloads. As such, @paretools/test popularity was classified as not popular.
We found that @paretools/test demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.