[ MCP_NODE_3866 ]

TestSprite 自动测试

分类:
协议: MCP v1.0
[ 描述 ]

TestSprite MCP 解读你的意图、测试代码并指出修复点,加速开发自测闭环。

[ 配置_JSON ]
claude_desktop_config.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"
            }
        }
    }
}
数据来源:claude-code-templates(MIT),中文翻译由 AI 生成。详见关于我们
[ 上行信息 ]
类型
Unknown
如何安装:
  1. 打开您的 Claude Desktop 配置文件。
  2. 复制左侧的 JSON 代码块。
  3. 将其粘贴到 mcpServers 节点下。
  4. 重启 Claude Desktop 客户端。