mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
This change fixes several issues with the MCP component installation process: - Corrects the import path for the Component base class in `setup/components/mcp.py`. - Updates the hardcoded version number in the MCP component to use the global `__version__`. - Corrects the npm package name for the `morphllm-fast-apply` server. - Implements a custom `uv`-based installation method for the `serena` server. - Increases timeouts for MCP server checks to prevent intermittent failures. Co-authored-by: Mithun Gowda B <mithungowda.b7411@gmail.com> Co-authored-by: jules <jules@users.noreply.github.com>