Skip to content

Commit 94b788c

Browse files
Merge pull request #50 from chriscarrollsmith/cli-readme
README update to show how to use the CLI
2 parents 34a2246 + 4a65169 commit 94b788c

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,21 @@ A typical workflow for an LLM using this task manager would be:
131131

132132
### CLI Commands
133133

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+
134146
#### Task Approval
135147

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:
137149

138150
```bash
139151
npx taskqueue approve-task -- <projectId> <taskId>

0 commit comments

Comments
 (0)