From 0855447a07c2d4b77a3cef242f26ce7aff854875 Mon Sep 17 00:00:00 2001 From: "Christopher C. Smith" Date: Sun, 6 Apr 2025 16:49:02 -0400 Subject: [PATCH] Instructions for using the CLI --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c751d63..6c059c6 100644 --- a/README.md +++ b/README.md @@ -129,9 +129,21 @@ A typical workflow for an LLM using this task manager would be: ### CLI Commands +To use the CLI, you will need to install the package globally: + +```bash +npm install -g taskqueue-mcp +``` + +Alternatively, you can run the CLI with `npx` using the `--package=taskqueue-mcp` flag to tell `npx` what package it's from. + +```bash +npx --package=taskqueue-mcp taskqueue --help +``` + #### Task Approval -Task approval is controlled exclusively by the human user through the CLI command: +Task approval is controlled exclusively by the human user through the CLI: ```bash npx taskqueue approve-task --