Update mcp.py

Signed-off-by: Mithun Gowda B <mithungowda.b7411@gmail.com>
This commit is contained in:
Mithun Gowda B
2025-09-15 10:23:26 +05:30
committed by GitHub
parent 53a4fb32ca
commit a9dfc468ec

View File

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