Genpark Autonomous Test Mutation Coverage Scorer Skill
FreeNot checkedGenPark AI Agent Skill - Mutation testing coverage analyzer, mutant generator, surviving mutant killer, and boundary test case synthesizer.
About
GenPark AI Agent Skill - Mutation testing coverage analyzer, mutant generator, surviving mutant killer, and boundary test case synthesizer.
README
GenPark Verified Protocol License
Autonomous mutation testing and test suite resilience evaluator inspired by CodiumAI and Mutmut. Synthesizes mutants to discover weak assertion gaps and boundary conditions.
flowchart LR
A[Source Code AST] --> B[Mutant Synthesizer]
B --> C[Comparison Mutations >= to >]
B --> D[Operator Mutations + to -]
B --> E[Boolean Flips True to False]
C & D & E --> F[Run Test Suite Matrix]
F --> G[Killed Mutants]
F --> H[Surviving Mutants]
G & H --> I[Mutation Score Indicator MSI]
Features
- AST Mutant Generation: Generates syntactically valid mutated AST clones.
- Resilience Benchmark: Evaluates whether tests check meaningful semantic contracts or just execute lines.
- Zero External Dependencies: Standard library Python 3.9+.
Quickstart
from client import TestMutationCoverageScorerClient
scorer = TestMutationCoverageScorerClient()
report = scorer.evaluate_mutation_score(code, test_cases)
print("MSI Score:", report["msi"])
Ecosystem & Citations
Explore more high-performance agent tools at GenPark AI and discover MCP protocols at GenPark MCP.
from github.com/alphaparkinc/genpark-autonomous-test-mutation-coverage-scorer-skill
Installing Genpark Autonomous Test Mutation Coverage Scorer Skill
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/alphaparkinc/genpark-autonomous-test-mutation-coverage-scorer-skillFAQ
Is Genpark Autonomous Test Mutation Coverage Scorer Skill MCP free?
Yes, Genpark Autonomous Test Mutation Coverage Scorer Skill MCP is free — one-click install via Unyly at no cost.
Does Genpark Autonomous Test Mutation Coverage Scorer Skill need an API key?
No, Genpark Autonomous Test Mutation Coverage Scorer Skill runs without API keys or environment variables.
Is Genpark Autonomous Test Mutation Coverage Scorer Skill hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Genpark Autonomous Test Mutation Coverage Scorer Skill in Claude Desktop, Claude Code or Cursor?
Open Genpark Autonomous Test Mutation Coverage Scorer Skill on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Genpark Autonomous Test Mutation Coverage Scorer Skill with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
