jaz-clio 5.17.1 → 5.18.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/assets/skills/api/SKILL.md +1 -1
- package/assets/skills/cli/SKILL.md +1 -1
- package/assets/skills/conversion/SKILL.md +1 -1
- package/assets/skills/jaz-pseudo-sql/SKILL.md +1 -1
- package/assets/skills/jobs/SKILL.md +1 -1
- package/assets/skills/transaction-recipes/SKILL.md +1 -1
- package/cli.mjs +412 -412
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -55,6 +55,8 @@ clio invoices search --query 'status:unpaid' --view lean # Compact summary rows
|
|
|
55
55
|
|
|
56
56
|
286 CLI tools, available to any AI agent that speaks MCP. Runs locally — no cloud, no ports.
|
|
57
57
|
|
|
58
|
+
> **No install at all?** Claude.ai, ChatGPT, and Cowork can use Jaz via the **hosted connector** — add `https://mcp.jaz.ai/mcp` as a custom connector and sign in (OAuth, no key). The local setup below is for terminal use, scripting, and editors that run MCP servers as local processes.
|
|
59
|
+
|
|
58
60
|
**Claude Code:**
|
|
59
61
|
```bash
|
|
60
62
|
claude mcp add jaz -- npx jaz-clio mcp
|