fix: ship prebuilt CraftTable CLI

This commit is contained in:
2026-08-15 20:43:32 +08:00
parent 7c033b6118
commit 4e5ee6c746
4 changed files with 787 additions and 2 deletions
+3 -1
View File
@@ -7,11 +7,13 @@
The repository is private, so first make sure Git Credential Manager can access `git.crash.work`, then run this in PowerShell:
```powershell
npm install --global git+https://git.crash.work/cneicy/crafttable-mcp-client.git; crafttable-mcp login; crafttable-mcp configure all
npm install --global --allow-git=all git+https://git.crash.work/cneicy/crafttable-mcp-client.git; crafttable-mcp login; crafttable-mcp configure all
```
This installs the CLI, opens the browser for OAuth login, and configures the same local stdio bridge for Codex, Claude Code, and OpenCode at user scope.
The explicit `--allow-git=all` is required by npm 12, whose default policy rejects Git-based package dependencies. The repository includes the built CLI bundle, so installation does not run a build script.
## Commands
```powershell