diff --git a/pentestagent/mcp/mcp_servers.json b/pentestagent/mcp/mcp_servers.json index 5137914..fdc45a8 100644 --- a/pentestagent/mcp/mcp_servers.json +++ b/pentestagent/mcp/mcp_servers.json @@ -7,7 +7,8 @@ "pentestagent/mcp/stdio_adapter.py" ], "env": { - "STDIO_TARGET": "http://127.0.0.1:8888" + "STDIO_TARGET": "http://127.0.0.1:8888", + "STDIO_TOOLS": "[{\"name\":\"tools_api\",\"description\":\"Tools API\"},{\"name\":\"tools_web\",\"description\":\"Web tools\"},{\"name\":\"tools_network\",\"description\":\"Network tools\"},{\"name\":\"tools_cloud\",\"description\":\"Cloud tools\"},{\"name\":\"tools_exploit\",\"description\":\"Exploit tools\"},{\"name\":\"tools_binary\",\"description\":\"Binary tools\"},{\"name\":\"tools_forensics\",\"description\":\"Forensics tools\"},{\"name\":\"tools_parameters\",\"description\":\"Tool parameter helpers\"},{\"name\":\"tools_web_advanced\",\"description\":\"Advanced web tools\"},{\"name\":\"tools_web_frameworks\",\"description\":\"Web framework helpers\"},{\"name\":\"ai\",\"description\":\"AI assistant\"},{\"name\":\"intelligence\",\"description\":\"Intelligence services\"},{\"name\":\"processes\",\"description\":\"Process management\"},{\"name\":\"files\",\"description\":\"File operations\"},{\"name\":\"python_env\",\"description\":\"Python env manager\"}]" }, "description": "HexStrike (stdio->HTTP) adapter - forwards MCP tools/call to HexStrike HTTP API", "enabled": true,