Shared TypeScript CLI core for the AI Game Dev engine CLIs (Unity/Unreal/Godot): project identity/pin, OAuth device login, machine credential store, and setup-mcp/install-plugin logic. Consumed as thin adapters by the three engine CLIs.
Review flagged AI-agent configuration or capability changes. This remains warn-only unless evidence shows foreign-agent hijack through preinstall/install/postinstall, hidden persistence, exfiltration, remote code execution, or other concrete malicious behavior.
`dist/setup-mcp.js` exposes explicit MCP-config writes for registered AI clients, including user-global Claude Desktop paths.
dist/setup-mcp.jsView on unpkg`dist/server-download.js` accepts explicit `--server-source` URLs/archives, installs an executable, and skips checksum validation for that user-supplied source.
dist/server-download.jsView on unpkg`dist/machine-credentials.js` persists OAuth tokens under `~/.ai-game-dev/credentials.json`; Windows DPAPI invokes PowerShell only for local encryption.
dist/machine-credentials.jsView on unpkg`dist/setup-mcp.js` exposes explicit MCP-config writes for registered AI clients, including user-global Claude Desktop paths.
dist/setup-mcp.jsView on unpkg`dist/server-download.js` accepts explicit `--server-source` URLs/archives, installs an executable, and skips checksum validation for that user-supplied source.
dist/server-download.jsView on unpkg`dist/machine-credentials.js` persists OAuth tokens under `~/.ai-game-dev/credentials.json`; Windows DPAPI invokes PowerShell only for local encryption.
dist/machine-credentials.jsView on unpkg