Files
pentestagent/mcp_servers.json.example

11 lines
250 B
JSON

{
"mcpServers": {
"hexstrike-local": {
"command": "python3",
"args": ["-u", "pentestagent/mcp/stdio_adapter.py"],
"description": "Generic StdIO adapter bridge to HTTP API (set STDIO_TARGET)",
"enabled": true
}
}
}