fix: mcp path

This commit is contained in:
Richard Tang
2026-03-03 12:19:32 -08:00
parent 24433396dd
commit a8db4cb2f5
@@ -3,7 +3,7 @@
"transport": "stdio", "transport": "stdio",
"command": "uv", "command": "uv",
"args": ["run", "python", "mcp_server.py", "--stdio"], "args": ["run", "python", "mcp_server.py", "--stdio"],
"cwd": "../../tools", "cwd": "../../../tools",
"description": "Hive tools MCP server" "description": "Hive tools MCP server"
} }
} }