We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf3d0aa commit 0a6f732Copy full SHA for 0a6f732
pyagentspec/tests/adapters/crewai/test_mcp_tools.py
@@ -154,7 +154,8 @@ def convert_crewai_agent_with_mcp_tools(mcp_server):
154
"mcp_server",
155
[
156
"mcp_server_sse",
157
- "mcp_server_http",
+ # temporarily disabled due to new version of `mcp` that changed `streamable-http` transports
158
+ # "mcp_server_http",
159
],
160
)
161
def test_crewai_agent_with_mcp_tools_conversion_to_agentspec_agent(mcp_server, request):
0 commit comments