This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # | |
| # Kiddom MCP — Claude Installer (Desktop + Code) | |
| # | |
| # One-liner install: | |
| # curl -fsSL https://raw.githubusercontent.com/kiddom/kiddom-mcp/main/scripts/install-desktop.sh | bash | |
| # | |
| # What this does: | |
| # 1. Checks for Python 3.12+, uv, and git | |
| # 2. Clones (or updates) kiddom-mcp to ~/.local/share/kiddom-mcp |