Files
hive/examples/templates/twitter_news_agent/mcp_servers.json
T
2026-04-10 16:38:21 -07:00

17 lines
418 B
JSON

{
"hive_tools": {
"transport": "stdio",
"command": "uv",
"args": ["run", "python", "mcp_server.py", "--stdio"],
"cwd": "../../../tools",
"description": "hive_tools MCP server"
},
"gcu-tools": {
"transport": "stdio",
"command": "uv",
"args": ["run", "python", "-m", "gcu.server", "--stdio"],
"cwd": "../../../tools",
"description": "GCU tools for browser automation"
}
}