Xctest Patterns
MCP Serverby Kaakati · Added 5mo ago
Claude
5
Install
git clone https://github.com/Kaakati/rails-enterprise-devAdd to Claude
claude mcp add xctest-patternsQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"xctest-patterns": {
"command": "npx",
"args": [
"@modelcontextprotocol/xctest-patterns"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Expert XCTest decisions for iOS/tvOS: test type selection trade-offs, mock vs stub vs spy judgment calls, async testing pitfalls, and coverage threshold calibration. Use when designing test strategy, debugging flaky tests, or deciding what to test. Trigger keywords: XCTest, unit test, integration test, UI test, mock, stub, spy, async test, expectation, test coverage, XCUITest, TDD, test pyramid
Tags
securitygoswifttestingdebuggingskill