mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
Refactor MCP server installation logic to use 'uvx' mode - Updated the MCPComponent to replace the 'install_command' with 'run_command' for the 'serena' server configuration. - Renamed the installation method from `_install_uv_mcp_server` to `_install_uvx_mcp_server` to reflect the new command structure. - Enhanced error handling and logging for the installation and registration processes. - Adjusted the installation logic to accommodate the new command format and improve clarity. This change streamlines the installation process for MCP servers and ensures compatibility with the updated command structure.