Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/cli/advanced_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down