Fix /mcp add argument order in docs

This commit is contained in:
Paul Zabalegui 2026-01-16 09:46:26 +01:00
parent 7c2267d2b9
commit a0205d14a9
1 changed files with 2 additions and 2 deletions

View File

@ -1055,7 +1055,7 @@ burp-mcp-server --port 9876
# In CAI
CAI> /mcp load http://localhost:9876/sse burp
CAI> /mcp tools burp
CAI> /mcp add redteam_agent burp
CAI> /mcp add burp redteam_agent
# Use Burp tools
CAI> Use Burp to scan https://target.com
@ -1068,7 +1068,7 @@ CAI> Use Burp to scan https://target.com
CAI> /mcp load stdio "python my_custom_tools.py" custom
# Add to agent
CAI> /mcp add bug_bounter_agent custom
CAI> /mcp add custom bug_bounter_agent
# Use custom tools
CAI> Use custom scanner on target