Update mcp.py

Fixed Serena installation 

Signed-off-by: Mithun Gowda B <mithungowda.b7411@gmail.com>
This commit is contained in:
Mithun Gowda B 2025-09-15 14:41:04 +05:30 committed by GitHub
parent 6faa785a68
commit 6e3a3c74d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,7 +52,7 @@ class MCPComponent(Component):
"name": "serena", "name": "serena",
"description": "Semantic code analysis and intelligent editing", "description": "Semantic code analysis and intelligent editing",
"install_method": "uv", "install_method": "uv",
"install_command": "uv tool install --from git+https://github.com/oraios/serena serena", "install_command": "uv tool install --from git+https://github.com/oraios/serena serena-agent",
"run_command": "serena start-mcp-server --context ide-assistant --project $(pwd)", "run_command": "serena start-mcp-server --context ide-assistant --project $(pwd)",
"required": False "required": False
}, },