Uh oh!
There was an error while loading. Please reload this page.
docs: add an "Any MCP client" integration item - #442
Closed
rejojer wants to merge 20 commits into
Closed
Conversation
rejojer added a commit
that referenced
this pull request
Aug 28, 2026
Folded in from the docs branch (#442): a new "MCP server" item under (b) with the hosted config verbatim from docs.pageindex.ai/mcp; the Claude Agent SDK item names ANTHROPIC_API_KEY, the chat_model rule, and model= in the explicit form; messages() and the tool runner examples drop model= and say they assume a Claude chat_model; the OpenAI Agents explicit form notes the litellm/ prefix and cache settings the helper adds; wording touches on the (b) intro and the Anthropic SDK item title. Claude-Session: https://claude.ai/code/session_01F84VYrC858n9cr5eRjV4Cy
rejojer
commented
Aug 28, 2026
MemberAuthor
Folded into #443 so the code and its README land together. |
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 freeto 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.
Adds one
<details>item to (b) Integrate PageIndex with your own agent: connecting any MCP-speaking client to the hosted PageIndex MCP server, no SDK involved.The config snippet matches https://docs.pageindex.ai/mcp verbatim (
https://api.pageindex.ai/mcp,type: http, Bearer auth). The SDK-internal?tools=readgate is deliberately left out since the docs do not expose it. The item closes by pointing local users back toagent_tools()/as_claude_mcp(), so it never implies local mode has a standalone server.Placed after "Other agent frameworks" so the "Every helper above accepts
doc_id=…" wrap-up still covers only the SDK helpers. README-only, additive.https://claude.ai/code/session_01F84VYrC858n9cr5eRjV4Cy