docs: add optional Parallel Search MCP setup - #651
georgeatparallel wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 8 included reviews per hour; 7 remain after this review. 📝 WalkthroughWalkthroughThe README adds an “Optional web search with Parallel MCP” section. It documents Priority: ⬇️ Low Merge Risk: ⚪ Minimal · up to This documentation change does not introduce an established production or workflow failure and is suitable to merge. Warning Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Why
This adds an optional setup for live web search and page reading to the agent-server example. Users can connect Parallel Search MCP without a Parallel account or API key, using the remote MCP client they already have.
Anonymous search uses Fast mode. Artificial Analysis currently gives it 80 F1 on DeepSearchQA and 18.4 seconds per benchmark task. DeepSearchQA tests whether an agent can research across multiple searches and put together a complete answer; time per task helps show how long users wait for that research. These are benchmark results, not timings for a Vision Agents voice call.
Changes
Adds one README section with the server configuration, where to pass it to
Agent, and how to disable it. It explains rate limits and what goes to Parallel. Requests useUser-Agent: Vision-Agentsso Parallel can measure aggregate project usage.Verified the documented configuration through Vision Agents' unchanged MCP client, manager, and function registry in isolation: anonymous tool discovery, Search and Fetch results, and the User-Agent on both tool requests. Full voice/video sessions weren't exercised. Documentation diff checks pass.
I work at Parallel, which operates this service.