Files
hive/examples/templates/email_reply_agent/mcp_servers.json
T
Richard Tang a8db4cb2f5 fix: mcp path
2026-03-03 12:19:32 -08:00

10 lines
204 B
JSON

{
"hive-tools": {
"transport": "stdio",
"command": "uv",
"args": ["run", "python", "mcp_server.py", "--stdio"],
"cwd": "../../../tools",
"description": "Hive tools MCP server"
}
}