mirror of
https://github.com/GH05TCREW/pentestagent.git
synced 2026-03-07 22:33:38 +00:00
chore(mcp): add STDIO_TOOLS list to mcp_servers.json
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user