From 2a86e322634c4f65f063dbb3540d36a935cec5e0 Mon Sep 17 00:00:00 2001 From: Xingyao Wang Date: Thu, 21 Aug 2025 17:00:11 -0400 Subject: [PATCH] fix(CI): Pin @modelcontextprotocol/server-filesystem to version 2025.8.18 (#10561) Co-authored-by: openhands --- tests/runtime/test_mcp_action.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/runtime/test_mcp_action.py b/tests/runtime/test_mcp_action.py index e3d29fa18a..0433424f9d 100644 --- a/tests/runtime/test_mcp_action.py +++ b/tests/runtime/test_mcp_action.py @@ -44,7 +44,7 @@ def sse_mcp_docker_server(): container_command_args = [ '--stdio', - 'npx -y @modelcontextprotocol/server-filesystem /', + 'npx -y @modelcontextprotocol/server-filesystem@2025.8.18 /', '--port', str(container_internal_port), # MCP server inside container listens on this '--baseUrl', @@ -292,7 +292,7 @@ async def test_microagent_and_one_stdio_mcp_in_config( name='filesystem', command='npx', args=[ - '@modelcontextprotocol/server-filesystem', + '@modelcontextprotocol/server-filesystem@2025.8.18', '/', ], )