Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/gittensory-mcp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ npm link --workspace @jsonbored/gittensory-mcp
```sh
gittensory-mcp version
gittensory-mcp version --json
gittensory-mcp tools
gittensory-mcp tools --json
gittensory-mcp login
gittensory-mcp logout
gittensory-mcp whoami
Expand Down Expand Up @@ -86,6 +88,8 @@ Add `--json` for machine-readable output:
}
```

`gittensory-mcp tools` lists every stdio MCP tool the local wrapper registers, with its one-line description. Add `--json` for `{ "count": N, "tools": [{ "name", "description" }, ...] }`.

### Shell completion

`gittensory-mcp completion <bash|zsh|fish|powershell>` prints a tab-completion script for your shell. It completes top-level commands and the subcommands of `profile`, `cache`, `agent`, and `maintain`. Add `--json` to get `{ "shell": "...", "script": "..." }` for tooling.
Expand Down
Loading