What problem does it solve?
This Skill automates the installation and verification of MCP runtime dependencies (Python, Node.js, uv) across Windows, Linux, and macOS, ensuring that MCP servers can run without manual setup.
Core Features & Use Cases
- Automatic OS detection and platform-specific installers for Python, Node.js, and uv.
- Unified verification step to confirm executables exist and meet minimum versions.
- Use cases include setting up LibrAgent on a fresh machine, troubleshooting missing runtimes, and preparing environments for MCP servers.
Quick Start
- Run the verification script: ./scripts/verify_setup.sh
- Install missing components as needed:
- Linux/macOS: ./scripts/install_python.sh; ./scripts/install_node.sh; ./scripts/install_uv.sh
- Windows: use corresponding installers for Python, Node.js, and uv and verify with ./scripts/verify_setup.sh
- Re-run verification after installations: ./scripts/verify_setup.sh
- If PATH changes are required, restart the terminal or run source your shell RC file