14 lines
307 B
JSON
14 lines
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"
|
||
}
|
||
}
|
||
}
|
||
} |