mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
fix(CI): Pin @modelcontextprotocol/server-filesystem to version 2025.8.18 (#10561)
Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
@@ -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',
|
||||
'/',
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user