Python
Currents MCP 服务器
这是一个 MCP 服务器,允许您通过将 AI 代理连接到 Currents 来为其提供测试结果上下文。这有助于要求 AI 修复或优化 CI 中失败的测试。
工具
get-api-config
- 获取用于向 Currents API 发出请求的 API 密钥和 URL
get-run
- 通过ID获取运行信息
get-spec-file-attempts-and-errors
- 通过实例 ID 获取有关尝试和错误的实例信息
设置
API 密钥
按照此处的说明获取 Currents API 密钥。
与光标编辑器一起使用
- 前往“光标设置”>“MCP”>“启用”
- 将以下内容添加到您的
mcp.json
。
NPX
Copy
与 Claude Desktop 一起使用
将以下内容添加到您的claude_desktop_config.json
中:
NPX
Copy
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
电流
Related MCP Servers
- JavaScriptMIT License
- TypeScript