-
Notifications
You must be signed in to change notification settings - Fork 110
docs: add v3.0 tool and model integration pages and fix stale references #763
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| --- | ||
| title: "Overview" | ||
| description: "Connect agents to an MCP server over SSE transport using MCPTools and MultiMCPTools." | ||
| description: "Connect agents to an MCP server over SSE transport using MCPTools." | ||
| --- | ||
| | Example | Description | | ||
| |---------|-------------| | ||
| | [Client](/examples/tools/mcp/sse-transport/client) | Connect an OpenAI agent to an SSE MCP server with MCPTools, and to SSE plus stdio servers together with MultiMCPTools. | | ||
| | [Client](/examples/tools/mcp/sse-transport/client) | Connect an OpenAI agent to an SSE MCP server with MCPTools, and to SSE plus stdio servers together with one MCPTools instance per server. | | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same situation as the overview rows: the linked client page is generated (source: frontmatter) and sits on the regen queue in the PR body. Editing it by hand is overwritten at the next regeneration; the description matches the post-regen state. |
||
| | [Server](/examples/tools/mcp/sse-transport/server) | Start an example MCP server that uses the SSE transport. | | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| --- | ||
| title: "Overview" | ||
| description: "Connect an Agno agent to a Streamable HTTP MCP server using MCPTools and MultiMCPTools." | ||
| description: "Connect an Agno agent to a Streamable HTTP MCP server using MCPTools." | ||
| --- | ||
| | Example | Description | | ||
| |---------|-------------| | ||
| | [Client](/examples/tools/mcp/streamable-http-transport/client) | Show how to connect to MCP servers that use either SSE or Streamable HTTP transport using our MCPTools and MultiMCPTools classes. | | ||
| | [Client](/examples/tools/mcp/streamable-http-transport/client) | Show how to connect to MCP servers that use either SSE or Streamable HTTP transport using our MCPTools class. | | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same as the SSE overview: the linked client page is generated (source: frontmatter) and on the regen queue in the PR body. The description matches the post-regen state. |
||
| | [Server](/examples/tools/mcp/streamable-http-transport/server) | Start an example MCP server that uses the Streamable HTTP transport. | | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deliberate, and declared in the PR body ('Not fixable here - the regen queue'): the linked example pages carry source: frontmatter, so hand edits are silently overwritten at the next regeneration - the fix path runs through the agno repo's cookbooks, then examples_sync. The hand-written index cannot keep describing MultiMCPTools, which is removed in v3.0 and raises ImportError; these rows describe the examples as they regenerate, and the mismatch closes on the next sync.