Run tests
Use the Xcode MCP if available, otherwise fall back to Make.
Xcode MCP (preferred)
- •Run
mcp__xcode__XcodeListWindowsto get thetabIdentifierfor the TMDb package. - •Run
mcp__xcode__RunAllTestswith thetabIdentifierand the TMDb test plan. - •If tests fail, review the output for failure details. Use
mcp__xcode__GetBuildLogwithseverity: "error"if build errors caused the failure.
Fallback
Run make test from the project root.