davila7--claude-code-templates
14 行
307 B
JSON
14 行
307 B
JSON
{
|
|
"mcpServers": {
|
|
"TestSprite": {
|
|
"description": "TestSprite’s MCP reads your intent, tests your code, and tells you what to fix.",
|
|
"command": "npx",
|
|
"args": [
|
|
"@testsprite/testsprite-mcp@latest"
|
|
],
|
|
"env": {
|
|
"API_KEY": "your-api-key"
|
|
}
|
|
}
|
|
}
|
|
} |