Skip to content

Commit 0855447

Browse files
Instructions for using the CLI
1 parent bc0fd77 commit 0855447

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff 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
137149
npx taskqueue approve-task -- <projectId> <taskId>

0 commit comments

Comments
 (0)