io.github.Hyeonu-Cha/dotnet-coverage-mcp✓
io.github.Hyeonu-Cha/dotnet-coverage-mcp · v0.1.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Hyeonu-Cha/dotnet-coverage-mcp",
"description": "MCP server for .NET coverage: run tests, parse Cobertura, find uncovered branches, append tests.",
"repository": {
"url": "https://github.com/Hyeonu-Cha/dotnet-coverage-mcp",
"source": "github"
},
"version": "0.1.1",
"websiteUrl": "https://github.com/Hyeonu-Cha/dotnet-coverage-mcp",
"packages": [
{
"registryType": "nuget",
"registryBaseUrl": "https://api.nuget.org/v3/index.json",
"identifier": "dotnet-coverage-mcp",
"version": "0.1.1",
"runtimeHint": "dnx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Restrict every tool's filesystem access to this subtree. Recommended for shared environments. When unset, the server logs a warning and accepts any path.",
"name": "COVERAGE_MCP_ALLOWED_ROOT"
},
{
"description": "Override the dotnet test timeout in milliseconds. Default: 600000 (10 minutes).",
"name": "COVERAGE_MCP_DOTNET_TEST_TIMEOUT_MS"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}