OpenCode
OpenCode
在 opencode.json 中添加 TripGuru MCP server。
配置
编辑 opencode.json:
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"tripguru-mcp": {
"type": "remote",
"url": "https://tripguru.ai/mcp",
"enabled": true,
"oauth": false,
"timeout": 30000,
"headers": {
"Authorization": "Bearer <your-api-key>"
}
}
}
}