Fix code snippet error in MCP docs (#1812)

This commit is contained in:
Kazuhiro Sera
2025-09-26 16:10:03 +09:00
committed by GitHub
parent 8994c78e95
commit e1076f53ea
+1 -1
View File
@@ -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"