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

15 lines
353 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, github tools, and file utilities"
}
}