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:
129129
130130### CLI Commands
131131
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+
132144#### Task Approval
133145
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:
135147
136148``` bash
137149npx taskqueue approve-task -- < projectId> < taskId>
You can’t perform that action at this time.
0 commit comments