driggsby 0.1.26 → 0.1.27
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 +8 -8
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -5,21 +5,21 @@
|
|
|
5
5
|
## Quick Start
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
npx driggsby@latest mcp
|
|
8
|
+
npx driggsby@latest mcp setup
|
|
9
9
|
npx driggsby@latest status
|
|
10
10
|
npx driggsby@latest mcp list
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
-
Run `mcp
|
|
13
|
+
Run `mcp setup` once for each MCP client you want to use. Driggsby opens
|
|
14
14
|
browser sign-in only when the saved Driggsby CLI session is missing or older
|
|
15
15
|
than 8 hours.
|
|
16
16
|
|
|
17
|
-
For supported clients, you can
|
|
17
|
+
For supported clients, you can set up directly:
|
|
18
18
|
|
|
19
19
|
```bash
|
|
20
|
-
npx driggsby@latest mcp
|
|
21
|
-
npx driggsby@latest mcp
|
|
22
|
-
npx driggsby@latest mcp
|
|
20
|
+
npx driggsby@latest mcp setup claude-code
|
|
21
|
+
npx driggsby@latest mcp setup claude-desktop
|
|
22
|
+
npx driggsby@latest mcp setup codex
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
Claude Desktop setup is macOS-only in this release.
|
|
@@ -28,8 +28,8 @@ Claude Code MCP scope can be set explicitly. Driggsby defaults Claude Code
|
|
|
28
28
|
setup to user scope.
|
|
29
29
|
|
|
30
30
|
```bash
|
|
31
|
-
npx driggsby@latest mcp
|
|
32
|
-
npx driggsby@latest mcp
|
|
31
|
+
npx driggsby@latest mcp setup claude-code --mcp-scope user
|
|
32
|
+
npx driggsby@latest mcp setup claude-code --mcp-scope local
|
|
33
33
|
```
|
|
34
34
|
|
|
35
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.27",
|
|
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.27",
|
|
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": "cba3d39fd7201794d0b5384c234f4336da8d9544b9b84a72c7e6ab26b6f414aa",
|
|
30
|
+
"driggsby-x86_64-apple-darwin.tar.xz": "544568bc1087247f3f1eee3b338f87aa0a8fe2fe17610a7cf26e87c2dcc85a8d",
|
|
31
|
+
"driggsby-aarch64-unknown-linux-gnu.tar.xz": "9ec3edeafd6449f99736f14a33a6860aacbb38b17e9f47f3631f6bd85b579378",
|
|
32
|
+
"driggsby-x86_64-unknown-linux-gnu.tar.xz": "efe055b16fde83cc479b148996e774ac792c430727ea89fe3a9e5cd6ddeec56d"
|
|
33
33
|
},
|
|
34
34
|
"supportedPlatforms": {
|
|
35
35
|
"aarch64-apple-darwin": {
|