From 788be374bf7c66ffd2b1eb9e5884cb864926cc76 Mon Sep 17 00:00:00 2001 From: Mithun Gowda B Date: Thu, 11 Sep 2025 10:07:27 +0530 Subject: [PATCH] Update mcp.py Fixed Serena installation timeout issue Signed-off-by: Mithun Gowda B --- setup/components/mcp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/components/mcp.py b/setup/components/mcp.py index bbf31f6..bf3c399 100644 --- a/setup/components/mcp.py +++ b/setup/components/mcp.py @@ -51,7 +51,7 @@ class MCPComponent(Component): "name": "serena", "description": "Semantic code analysis and intelligent editing", "install_method": "uv", - "install_command": "uvx --from git+https://github.com/oraios/serena serena-mcp-server", + "install_command": "uvx --from git+https://github.com/oraios/serena", "required": False }, "morphllm": {