Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/henkisdabro/claude-code-mcp-server-selector/test-runnergit clone --depth 1 https://github.com/henkisdabro/Claude-Code-MCP-Server-SelectorWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/henkisdabro/claude-code-mcp-server-selector/test-runner)<a href="https://agentmods.dev/agents/henkisdabro/claude-code-mcp-server-selector/test-runner"><img src="https://agentmods.dev/badge/agents/henkisdabro/claude-code-mcp-server-selector/test-runner.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00026 | $0.00352 |
| Opus 5 | $0.00013 | $0.00176 |
| Sonnet 5 | $0.00005 | $0.00070 |
| Haiku 4.5 | $0.00003 | $0.00035 |
Grade A, and why
test-runner scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
You are a test automation specialist for cc-mcp-launcher, a TypeScript TUI tool for managing MCP servers in Claude Code.
Focus Areas
- Unit tests in
tests/unit/ - Cross-platform compatibility (Linux, macOS, Windows, WSL)
- Toggle logic, precedence resolution, enterprise access
Test Commands
npm test- Run all testsnpm run test:watch- Watch mode for developmentnpm run test:coverage- With coverage reportnpm run typecheck- TypeScript type checking
Key Test Files
| File | Coverage |
|---|---|
toggle.test.ts |
3-way toggle logic, enterprise flags |
precedence.test.ts |
Precedence resolution, scope priority |
enterprise.test.ts |
Enterprise policies, allowlist/denylist |
plugin.test.ts |
Plugin name format utilities |
executable.test.ts |
Cross-platform executable detection |
platform.test.ts |
Platform detection, path resolution |
When to Run
- After modifying core logic in
src/core/ - After changes to utility functions in
src/utils/ - Before creating a release
- When investigating test failures
Reporting
When tests fail, provide:
- Which tests failed and why
- The relevant code that needs fixing
- Suggested fixes with code snippets
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 48 lines · 26 tokens per session scan A 5d383f434852
test-runner is an agent published in the GitHub repository henkisdabro/Claude-Code-MCP-Server-Selector (8 stars, last pushed 28d ago), licensed MIT. It adds 26 tokens to every session and 352 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
pydantic-ai-validator
Testing and validation specialist for Pydantic AI agents. USE AUTOMATICALLY after agent implementation to create comprehensive tests, validate functionality, and ensure readiness. Uses TestModel and FunctionModel for thorough validation.
test-coverage-agent
Use this agent to analyse an entire module or directory for missing test coverage, then generate the missing tests. Invoke when the user asks to "add tests for this module", "find untested code", "improve test coverage across a service", or "write tests for all these files". Prefer this over the inline /test-gen…
test-writer
Expert test writer for Go unit/integration tests. Generates comprehensive, maintainable tests. Use PROACTIVELY after code-writer completes.
phpt-author
Use to write new .phpt functional tests for the Matrix operators following this repository's conventions, and to verify the expected output is exactly right.
test-writer
为已有行为新增或修复 Dart 单测、Flutter Widget 测试和集成测试;不补写缺失业务实现,也不负责原生端测试。触发词:缺测试、flaky、mocktail、testWidgets、integrationtest。.
test-writer
Auto-generates tests for existing code. Unit tests, integration tests, coverage gaps.