From df2e666ced7f9d00c3c102d5a3ec56fb54b29497 Mon Sep 17 00:00:00 2001 From: jnjpng Date: Fri, 30 Jan 2026 12:39:46 -0800 Subject: [PATCH] test: skip deepwiki SSE MCP server test (#9218) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The deepwiki SSE MCP server is deprecated, so skip this test. 👾 Generated with [Letta Code](https://letta.com) Co-authored-by: Letta --- tests/mcp_tests/test_mcp.py | 1 + 1 file changed, 1 insertion(+) 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"