feat: support check-related features (#162)

We can run `argc check` to ensure that everything is ready (environment variables, Node/Python dependencies, mcp-bridge server)
This commit is contained in:
sigoden
2025-02-12 07:33:41 +08:00
committed by GitHub
parent 50ee642b3e
commit 4ac72b5845
5 changed files with 189 additions and 5 deletions
+6
View File
@@ -76,6 +76,12 @@ todo
argc build
```
#### IV. Ensure that everything is ready (environment variables, Node/Python dependencies, mcp-bridge server)
```sh
argc check
```
### 3. Install to AIChat
Symlink this repo directory to AIChat's **functions_dir**: