docs, tests: add Parallel Search MCP as optional web search setup (#1179) - #1185
Open
AyushDubey23 wants to merge 1 commit into
Open
docs, tests: add Parallel Search MCP as optional web search setup (#1179)#1185AyushDubey23 wants to merge 1 commit into
AyushDubey23 wants to merge 1 commit into
Conversation
Contributor
Greptile SummaryThe PR documents Parallel Search as an optional keyless HTTP MCP integration and adds focused tests for its supported configuration and registry behavior.
Confidence Score: 5/5The PR appears safe to merge, with no concrete blocking or non-blocking defects identified. The documented configuration is accepted by the existing MCP schema and keyless HTTP client path, while the added tests correctly validate configuration parsing, discovery, and invocation behavior. Important Files Changed
Reviews (1): Last reviewed commit: "docs, tests: add Parallel Search MCP as ..." | Re-trigger Greptile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Saw #1179 asking about an optional keyless web search setup via Parallel Search MCP, so put this together in case it's actually useful to anyone. No hard feelings if not needed or if you prefer a different direction.
What’s here
docs/integrations/mcp.mdx): Added Parallel Search (https://search.parallel.ai/mcp) to the MCP integrations page as an example of a keyless remote web search server over HTTP (good for CVE/advisory research without setting up a Perplexity key).tests/test_mcp_client.py): Added unit tests covering config loading for keyless HTTP MCP servers as well as tool discovery and invocation.Closes #1179 (or at least covers the setup example & test suite if you want to merge it).