driggsby 0.1.24 → 0.1.25
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 +20 -4
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -5,15 +5,31 @@
|
|
|
5
5
|
## Quick Start
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
npx driggsby@latest
|
|
8
|
+
npx driggsby@latest mcp connect
|
|
9
9
|
npx driggsby@latest status
|
|
10
|
-
npx
|
|
10
|
+
npx driggsby@latest mcp clients list
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
-
|
|
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.
|
|
16
|
+
|
|
17
|
+
For supported clients, you can connect directly:
|
|
18
|
+
|
|
19
|
+
```bash
|
|
20
|
+
npx driggsby@latest mcp connect claude-code
|
|
21
|
+
npx driggsby@latest mcp connect claude-desktop
|
|
22
|
+
npx driggsby@latest mcp connect codex
|
|
23
|
+
```
|
|
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.
|
|
14
29
|
|
|
15
30
|
```bash
|
|
16
|
-
npx
|
|
31
|
+
npx driggsby@latest mcp connect claude-code --mcp-scope user
|
|
32
|
+
npx driggsby@latest mcp connect claude-code --mcp-scope local
|
|
17
33
|
```
|
|
18
34
|
|
|
19
35
|
Supported native artifacts currently cover macOS arm64, macOS x64, Linux arm64
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "driggsby",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.25",
|
|
4
4
|
"description": "Local MCP broker and CLI for connecting AI clients to Driggsby",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": "https://github.com/thegoodsoftwareco/driggsby-cli",
|
|
@@ -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.
|
|
27
|
+
"baseUrl": "https://github.com/thegoodsoftwareco/driggsby-cli/releases/download/driggsby-v0.1.25",
|
|
28
28
|
"checksums": {
|
|
29
|
-
"driggsby-aarch64-apple-darwin.tar.xz": "
|
|
30
|
-
"driggsby-x86_64-apple-darwin.tar.xz": "
|
|
31
|
-
"driggsby-aarch64-unknown-linux-gnu.tar.xz": "
|
|
32
|
-
"driggsby-x86_64-unknown-linux-gnu.tar.xz": "
|
|
29
|
+
"driggsby-aarch64-apple-darwin.tar.xz": "d0fa035e040f4a898c6f36e81703738ba1316c8007fa95c522851ad579aa9d42",
|
|
30
|
+
"driggsby-x86_64-apple-darwin.tar.xz": "54f84797cbbf9d811dd3ecf6a9c33fda94e4eac50f9bc12ac0910d399744fa02",
|
|
31
|
+
"driggsby-aarch64-unknown-linux-gnu.tar.xz": "87112d294b737aa0143b0d176504e1fc31ba345c7fb85d3b4a7f1f3243866b47",
|
|
32
|
+
"driggsby-x86_64-unknown-linux-gnu.tar.xz": "091f4fbc5ddda38b728a9068212bc3a7575aa16ff1735596914b44eed7f90d40"
|
|
33
33
|
},
|
|
34
34
|
"supportedPlatforms": {
|
|
35
35
|
"aarch64-apple-darwin": {
|