Skip to content

Commit e1076f5

Browse files
authored
Fix code snippet error in MCP docs (#1812)
1 parent 8994c78 commit e1076f5

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)