Web¶
Web search and fetch for research tasks.
Quick Start¶
# Start Web
cf run tools start --web
# or
cf r tl start -w
# Check status
cf run tools status
# or
cf r tl status
# Stop Web
cf run tools stop --web
# or
cf r tl stop -w
How It Works¶
Web runs in a Docker container on port 8420. Your code agent connects via MCP.
Configuration¶
Web is configured in your profile's tools section: