You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Error in sse_reader: Expected response header Content-Type to contain 'text/event-stream', got 'text/html'
But when I use the below (StdioServerParams), it works [both in local]
fromautogen_agentchat.agentsimportAssistantAgentfromautogen_ext.tools.mcpimportStdioServerParams, mcp_server_tools# Get the fetch tool from mcp-server-fetch.fetch_mcp_server=StdioServerParams(command="uvx", args=["mcp-server-fetch"])
tools=awaitmcp_server_tools(fetch_mcp_server)
Which packages was the bug in?
Python Extensions (autogen-ext)
AutoGen library version.
Python 0.5.4
Other library version.
No response
Model used
No response
Model provider
Azure OpenAI
Other model provider
No response
Python version
3.12
.NET version
None
Operating system
Ubuntu
The text was updated successfully, but these errors were encountered:
What happened?
Describe the bug
Error in sse_reader: Expected response header Content-Type to contain 'text/event-stream', got 'text/html'
To Reproduce
or
Error: Error in sse_reader: Expected response header Content-Type to contain 'text/event-stream', got 'text/html'
But when I use the below (StdioServerParams), it works [both in local]
Which packages was the bug in?
Python Extensions (autogen-ext)
AutoGen library version.
Python 0.5.4
Other library version.
No response
Model used
No response
Model provider
Azure OpenAI
Other model provider
No response
Python version
3.12
.NET version
None
Operating system
Ubuntu
The text was updated successfully, but these errors were encountered: