driggsby 0.1.26 → 0.1.32

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 +20 -19
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -1,39 +1,40 @@
1
1
  # driggsby
2
2
 
3
- `driggsby` is the local CLI for connecting AI clients to Driggsby over MCP.
3
+ `driggsby` helps configure AI clients to connect directly to Driggsby over MCP.
4
4
 
5
5
  ## Quick Start
6
6
 
7
7
  ```bash
8
- npx driggsby@latest mcp connect
9
- npx driggsby@latest status
10
- npx driggsby@latest mcp list
8
+ npx driggsby@latest mcp setup
11
9
  ```
12
10
 
13
- Run `mcp connect` once for each MCP client you want to use. Driggsby opens
14
- browser sign-in only when the saved Driggsby CLI session is missing or older
15
- than 8 hours.
11
+ Run `mcp setup` once for each MCP client you want to use. Your AI client handles
12
+ OAuth with Driggsby when it connects to:
16
13
 
17
- For supported clients, you can connect directly:
14
+ ```text
15
+ https://app.driggsby.com/mcp
16
+ ```
17
+
18
+ For supported clients, you can set up directly:
18
19
 
19
20
  ```bash
20
- npx driggsby@latest mcp connect claude-code
21
- npx driggsby@latest mcp connect claude-desktop
22
- npx driggsby@latest mcp connect codex
21
+ npx driggsby@latest mcp setup claude-code
22
+ npx driggsby@latest mcp setup codex
23
23
  ```
24
24
 
25
- Claude Desktop setup is macOS-only in this release.
26
-
27
- Claude Code MCP scope can be set explicitly. Driggsby defaults Claude Code
28
- setup to user scope.
25
+ Claude Code MCP scope can be set explicitly with `-s`. Driggsby defaults
26
+ Claude Code setup to user scope.
29
27
 
30
28
  ```bash
31
- npx driggsby@latest mcp connect claude-code --mcp-scope user
32
- npx driggsby@latest mcp connect claude-code --mcp-scope local
29
+ npx driggsby@latest mcp setup claude-code -s user
30
+ npx driggsby@latest mcp setup claude-code -s local
33
31
  ```
34
32
 
35
- Supported native artifacts currently cover macOS arm64, macOS x64, Linux arm64
36
- glibc, and Linux x64 glibc.
33
+ Print the native client command without running it:
34
+
35
+ ```bash
36
+ npx driggsby@latest mcp setup codex --print
37
+ ```
37
38
 
38
39
  ## License
39
40
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "driggsby",
3
- "version": "0.1.26",
4
- "description": "Local MCP broker and CLI for connecting AI clients to Driggsby",
3
+ "version": "0.1.32",
4
+ "description": "CLI helper for configuring Driggsby MCP clients",
5
5
  "license": "Apache-2.0",
6
6
  "repository": "https://github.com/thegoodsoftwareco/driggsby-cli",
7
7
  "type": "module",
@@ -24,12 +24,12 @@
24
24
  "package.json"
25
25
  ],
26
26
  "driggsbyArtifacts": {
27
- "baseUrl": "https://github.com/thegoodsoftwareco/driggsby-cli/releases/download/driggsby-v0.1.26",
27
+ "baseUrl": "https://github.com/thegoodsoftwareco/driggsby-cli/releases/download/driggsby-v0.1.32",
28
28
  "checksums": {
29
- "driggsby-aarch64-apple-darwin.tar.xz": "78b745e1178049682887c157a235b9e857c7aaf95164b93b110d91f5c04ab5dd",
30
- "driggsby-x86_64-apple-darwin.tar.xz": "268cc05f2271f0184ead38b62cc51cb7e3f8ce89bf1aef38321a3880bbb6890e",
31
- "driggsby-aarch64-unknown-linux-gnu.tar.xz": "94d0416425d2d5b1db1ca095f9edcaf8317df90078478134956c8190b90d34d7",
32
- "driggsby-x86_64-unknown-linux-gnu.tar.xz": "8a7e81a05fe81383ab1de1843f40bddde8ae57e98f14fbd5af95c1ce8f003761"
29
+ "driggsby-aarch64-apple-darwin.tar.xz": "f7aaff1730160364b3e0602d87fc85327633108f64c02f1977b0ed4dcfad3e12",
30
+ "driggsby-x86_64-apple-darwin.tar.xz": "5fa3c7a25f5894f768cc35e029090709880814c9d69b41c63018d2ee84ca01b3",
31
+ "driggsby-aarch64-unknown-linux-gnu.tar.xz": "2b77d8fd6cd5d237b2c4fce9a26284221c974bef6d86315771a3fa6f30643689",
32
+ "driggsby-x86_64-unknown-linux-gnu.tar.xz": "51bb2a16c92d8d73587a7eb528e208a863f9c09fae55a6e291bf64c4b03f1ba8"
33
33
  },
34
34
  "supportedPlatforms": {
35
35
  "aarch64-apple-darwin": {