test: add MCP test test_fetch_mcp_via_stdio back in CI (#8344)

This commit is contained in:
Xingyao Wang
2025-05-08 13:08:58 +08:00
committed by GitHub
parent 689d3c9046
commit 13c9bff050
2 changed files with 3 additions and 2 deletions

View File

@@ -35,7 +35,6 @@ def test_default_activated_tools():
@pytest.mark.asyncio
async def test_fetch_mcp_via_stdio(temp_dir, runtime_cls, run_as_openhands):
pytest.skip('This test is currently failing on main')
mcp_stdio_server_config = MCPStdioServerConfig(
name='fetch', command='uvx', args=['mcp-server-fetch']
)