diff --git a/tests/mcp_tests/test_mcp.py b/tests/mcp_tests/test_mcp.py index 9930a0cd..618f7269 100644 --- a/tests/mcp_tests/test_mcp.py +++ b/tests/mcp_tests/test_mcp.py @@ -151,6 +151,7 @@ def agent_state(client): client.agents.delete(agent_state.id) +@pytest.mark.skip(reason="The deepwiki SSE MCP server is deprecated") @pytest.mark.asyncio async def test_sse_mcp_server(client, agent_state): mcp_server_name = "deepwiki"