Update mcp.py

Fixed Serena installation timeout issue 

Signed-off-by: Mithun Gowda B <mithungowda.b7411@gmail.com>
This commit is contained in:
Mithun Gowda B
2025-09-11 10:07:27 +05:30
committed by GitHub
parent cd57278069
commit 788be374bf

View File

@@ -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": {