libraz/claude-coverwise
Make Claude write tests that actually cover every parameter interaction. Pairwise / t-wise coverage checking and generation as a Claude Code plugin, backed by the coverwise WASM engine.
Platform-specific configuration:
{
"mcpServers": {
"claude-coverwise": {
"command": "npx",
"args": [
"-y",
"claude-coverwise"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...