Python: Document anonymous Parallel Search MCP usage - #8084
Open
George Pickett (georgeatparallel) wants to merge 2 commits into
Open
Python: Document anonymous Parallel Search MCP usage#8084George Pickett (georgeatparallel) wants to merge 2 commits into
George Pickett (georgeatparallel) wants to merge 2 commits into
Conversation
George Pickett (georgeatparallel)
deployed
to
github-app-auth
September 5, 2026 02:01 — with
GitHub Actions
Active
George Pickett (georgeatparallel)
deployed
to
github-app-auth
September 5, 2026 02:01 — with
GitHub Actions
Active
George Pickett (georgeatparallel)
deployed
to
github-app-auth
September 5, 2026 02:03 — with
GitHub Actions
Active
George Pickett (georgeatparallel)
deployed
to
github-app-auth
September 5, 2026 02:03 — with
GitHub Actions
Active
Copilot started reviewing on behalf of
George Pickett (georgeatparallel)
September 5, 2026 02:03
View session
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The example matches the MCP API; only a minor entry-point convention issue remains.
Pull request overview
Documents anonymous Parallel Search MCP usage for Python developers.
Changes:
- Adds setup and runnable search/fetch example.
- Documents data sharing, rate limits, cleanup, and agent integration.
File summaries
| File | Description |
|---|---|
python/samples/02-agents/mcp/README.md |
Adds the Parallel Search MCP guide and example. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Balanced
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
| print(content.text) | ||
|
|
||
|
|
||
| asyncio.run(main()) |
George Pickett (georgeatparallel)
deployed
to
github-app-auth
September 5, 2026 02:11 — with
GitHub Actions
Active
George Pickett (georgeatparallel)
deployed
to
github-app-auth
September 5, 2026 02:43 — with
GitHub Actions
Active
George Pickett (georgeatparallel)
marked this pull request as ready for review
September 5, 2026 03:15
George Pickett (georgeatparallel)
deployed
to
github-app-auth
September 5, 2026 03:15 — with
GitHub Actions
Active
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.
Motivation & Context
The MCP examples show authenticated servers, but lack a runnable example of anonymous public web search and page extraction. This adds one to the existing MCP README using
MCPStreamableHTTPTool.Parallel Fast looks worth trying here. In Artificial Analysis's August 31 Search API results, it scored 80.2/100 on DeepSearchQA F1 and 73.1/100 on the overall Search Index, with 19.2 seconds per task including model and search time. That benchmark tests Search APIs, so it is a reason to try this option rather than a measurement of this MCP example.
The Python harness already enables the selected client's hosted web search by default. Artificial Analysis does not list those hosted implementations. We would need a head-to-head comparison before recommending a new default.
I work at Parallel, which operates this service.
Description & Review Guide
web_searchandweb_fetchcalls through Parallel Search MCP. It reuses one session identifier and closes the connection through the existing context manager.agent-framework-core1.17.0 andmcp1.29.1 in an empty credential environment: both tools were discovered, search returned results, and fetch returned page content without errors. Ruff and the diff whitespace check passed. No repository build or full test suite was run for this documentation-only change.Related Issue
No linked issue. This small documentation addition uses existing APIs and follows the trivial-change exception in the contributing guide's suggested workflow.
Contribution Checklist
breaking changelabel (or add "[BREAKING]" to the title prefix, before or after any language prefix). A workflow keeps the label and title prefix in sync automatically.