aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2025-02-12 07:33:41 +0800
committerGitHub <noreply@github.com>2025-02-12 07:33:41 +0800
commit4ac72b584526765f980baca4454b613e0f56c1fb (patch)
treee816ca0baf9e27be41c05626d978a1cc9ed39f68 /README.md
parent50ee642b3e109839b52c787a8a999a2e56d36483 (diff)
downloadllm-functions-docker-4ac72b584526765f980baca4454b613e0f56c1fb.tar.gz
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)
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 88c36a6..d885258 100644
--- a/README.md
+++ b/README.md
@@ -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**: