mirror of https://github.com/aliasrobotics/cai.git
Fix /mcp add argument order in docs
This commit is contained in:
parent
7c2267d2b9
commit
a0205d14a9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue