@zokizuan/satori-cli 0.4.1 → 0.4.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.
Files changed (2) hide show
  1. package/README.md +9 -9
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -5,8 +5,8 @@ Installer and shell client for Satori MCP. Use this package to configure support
5
5
  ## Quick Start
6
6
 
7
7
  ```bash
8
- npx -y @zokizuan/satori-cli@0.4.1 install --client all
9
- npx -y @zokizuan/satori-cli@0.4.1 doctor
8
+ npx -y @zokizuan/satori-cli@0.4.2 install --client all
9
+ npx -y @zokizuan/satori-cli@0.4.2 doctor
10
10
  ```
11
11
 
12
12
  Supported clients are `codex`, `claude`, `opencode`, and `all`.
@@ -22,11 +22,11 @@ The installer only manages Satori-owned config and the first-party workflow skil
22
22
  ## Commands
23
23
 
24
24
  ```bash
25
- npx -y @zokizuan/satori-cli@0.4.1 install --client codex
26
- npx -y @zokizuan/satori-cli@0.4.1 install --client claude
27
- npx -y @zokizuan/satori-cli@0.4.1 install --client opencode
28
- npx -y @zokizuan/satori-cli@0.4.1 install --client all --dry-run
29
- npx -y @zokizuan/satori-cli@0.4.1 uninstall --client codex
25
+ npx -y @zokizuan/satori-cli@0.4.2 install --client codex
26
+ npx -y @zokizuan/satori-cli@0.4.2 install --client claude
27
+ npx -y @zokizuan/satori-cli@0.4.2 install --client opencode
28
+ npx -y @zokizuan/satori-cli@0.4.2 install --client all --dry-run
29
+ npx -y @zokizuan/satori-cli@0.4.2 uninstall --client codex
30
30
  ```
31
31
 
32
32
  `doctor` checks Node, package visibility, provider env, and Milvus env without starting an MCP client.
@@ -34,8 +34,8 @@ npx -y @zokizuan/satori-cli@0.4.1 uninstall --client codex
34
34
  Typical first run:
35
35
 
36
36
  ```bash
37
- npx -y @zokizuan/satori-cli@0.4.1 install --client all
38
- npx -y @zokizuan/satori-cli@0.4.1 doctor
37
+ npx -y @zokizuan/satori-cli@0.4.2 install --client all
38
+ npx -y @zokizuan/satori-cli@0.4.2 doctor
39
39
  # restart your MCP client
40
40
  ```
41
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zokizuan/satori-cli",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Shell CLI for Satori MCP installation and skill-based workflows",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -11,7 +11,7 @@
11
11
  "dependencies": {
12
12
  "@modelcontextprotocol/sdk": "^1.29.0",
13
13
  "jsonc-parser": "^3.3.1",
14
- "@zokizuan/satori-mcp": "4.11.1"
14
+ "@zokizuan/satori-mcp": "4.11.2"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@types/node": "^20.0.0",