Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ If the MCP server implements the HTTP with SSE transport, instantiate

from agents import Agent, Runner
from agents.model_settings import ModelSettings
from mcp import MCPServerSse
from agents.mcp import MCPServerSse

workspace_id = "demo-workspace"

Expand Down