From a9dfc468ec1f73e5c882a8ca611fbce8072555ac Mon Sep 17 00:00:00 2001 From: Mithun Gowda B Date: Mon, 15 Sep 2025 10:23:26 +0530 Subject: [PATCH] Update mcp.py 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 76575cc..18b891b 100644 --- a/setup/components/mcp.py +++ b/setup/components/mcp.py @@ -52,7 +52,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", + "install_command": "uvx --from git+https://github.com/oraios/serena serena start-mcp-server --context ide-assistant --project $(pwd)", "required": False }, "morphllm": {