Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"testrunner": {
"command": "dotnet",
"args": [
"run",
"--project",
"/Users/rogerjohansson/git/asynkron/Asynkron.TestRunner/src/Asynkron.TestRunner",
"--",
"mcp",
"--port",
"5123"
]
}
}
}Server configuration and connection parameters
dotnetCommand-line arguments passed to the server process
npx claudepluginhub joshuarweaver/cascade-featured --plugin asynkron-asynkron-testrunner