Skip to content

Commit a4cb2e7

Browse files
committed
Fix code snippet error in MCP docs
1 parent 7b2ba37 commit a4cb2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mcp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ If the MCP server implements the HTTP with SSE transport, instantiate
188188

189189
from agents import Agent, Runner
190190
from agents.model_settings import ModelSettings
191-
from mcp import MCPServerSse
191+
from agents.mcp import MCPServerSse
192192

193193
workspace_id = "demo-workspace"
194194

0 commit comments

Comments
 (0)