10 lines
204 B
JSON
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"
|
|
}
|
|
}
|