Files

14 lines
307 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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"
}
}
}
}