File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -131,9 +131,21 @@ A typical workflow for an LLM using this task manager would be:
131
131
132
132
### CLI Commands
133
133
134
+ To use the CLI, you will need to install the package globally:
135
+
136
+ ``` bash
137
+ npm install -g taskqueue-mcp
138
+ ```
139
+
140
+ Alternatively, you can run the CLI with ` npx ` using the ` --package=taskqueue-mcp ` flag to tell ` npx ` what package it's from.
141
+
142
+ ``` bash
143
+ npx --package=taskqueue-mcp taskqueue --help
144
+ ```
145
+
134
146
#### Task Approval
135
147
136
- Task approval is controlled exclusively by the human user through the CLI command :
148
+ Task approval is controlled exclusively by the human user through the CLI:
137
149
138
150
``` bash
139
151
npx taskqueue approve-task -- < projectId> < taskId>
You can’t perform that action at this time.
0 commit comments