15 lines
286 B
JSON
15 lines
286 B
JSON
{
|
|
"hive_tools": {
|
|
"transport": "stdio",
|
|
"command": "uv",
|
|
"args": [
|
|
"run",
|
|
"python",
|
|
"mcp_server.py",
|
|
"--stdio"
|
|
],
|
|
"cwd": "../../../tools",
|
|
"description": "hive_tools MCP server providing web_search, web_scrape, and write_to_file"
|
|
}
|
|
}
|