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