Files
hive/examples/templates/vulnerability_assessment/mcp_servers.json
T
2026-04-10 16:38:21 -07: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"
}
}