接
接口测试 atest MCP 服务
linuxsuren/atest
1 Stars
967 次浏览
linuxsuren
更新于 2026-08-23
MCP 服务配置
复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用
{
"mcpServers": {
"atest": {
"baseUrl": "http://localhost:7845",
"description": "The MCP server of atest",
"disabledAutoApproveTools": [],
"isActive": true,
"name": "atest",
"type": "streamableHttp"
}
}
}