mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-17 17:56:46 +00:00
Update mcp.py
Fixed Serena installation Signed-off-by: Mithun Gowda B <mithungowda.b7411@gmail.com>
This commit is contained in:
parent
6faa785a68
commit
6e3a3c74d2
@ -52,7 +52,7 @@ class MCPComponent(Component):
|
||||
"name": "serena",
|
||||
"description": "Semantic code analysis and intelligent editing",
|
||||
"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)",
|
||||
"required": False
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user