Hyeonu-Cha/dotnet-coverage-mcp

An MCP (Model Context Protocol) server that exposes .NET code coverage tooling as callable tools for AI assistants

1Stars on the repository
6Mods indexed here, across every type
4d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

Hyeonu-Cha/dotnet-coverage-mcp

Skill Claude CodeCodex

Identify uncovered branches and coverage changes for a specific .NET method. USE FOR: finding exactly which branch conditions are untested in a method, comparing current coverage against the previous baseline to see what improved. Calls GetUncoveredBranches and GetCoverageDiff via dotnet-coverage-mcp MCP tools. DO NOT…

not rated 1 4d ago A 90 tokens original MIT

Hyeonu-Cha/dotnet-coverage-mcp

Skill Claude CodeCodex

Iteratively write .NET unit tests to improve code coverage toward 80% line and branch targets. USE FOR: autonomously running tests, finding gaps, writing targeted tests, and repeating until 80% coverage or plateau. Calls all 7 dotnet-coverage-mcp MCP tools: GetSourceFiles, RunTestsWithCoverage, GetCoverageSummary…

not rated 1 4d ago A 139 tokens original MIT

run-coverage

03

Hyeonu-Cha/dotnet-coverage-mcp

Skill Claude CodeCodex

Run .NET tests with code coverage and display a summary. USE FOR: generating a coverage report for a test project, getting baseline line/branch coverage per class and method, checking current coverage percentages. Calls RunTestsWithCoverage then GetCoverageSummary via dotnet-coverage-mcp MCP tools. Requires…

not rated 1 4d ago A 100 tokens original MIT

scaffold-test-files

04

Hyeonu-Cha/dotnet-coverage-mcp

Skill Claude CodeCodex

Automatically create matching test directory structure and test files for a given .NET source file. USE FOR: when a user selects a source file and wants unit and/or integration test files created, mirroring the source project's folder structure under the test project. Detects existing test project layout (separate or…

not rated 1 4d ago A 106 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: