driggsby 0.1.27 → 0.1.33

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 +10 -22
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -1,39 +1,27 @@
1
- # driggsby
1
+ # Driggsby
2
2
 
3
- `driggsby` is the local CLI for connecting AI clients to Driggsby over MCP.
3
+ [Driggsby](https://driggsby.com) is an MCP server for personal finance. You
4
+ link accounts through [Plaid](https://plaid.com), and your AI client gets
5
+ read-only MCP tools for transactions, balances, investments, and debts.
4
6
 
5
- ## Quick Start
7
+ ## Setup
6
8
 
7
9
  ```bash
8
10
  npx driggsby@latest mcp setup
9
- npx driggsby@latest status
10
- npx driggsby@latest mcp list
11
11
  ```
12
12
 
13
- Run `mcp setup` 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 set up directly:
13
+ Detects your client and runs its native MCP setup command. Or specify one:
18
14
 
19
15
  ```bash
20
16
  npx driggsby@latest mcp setup claude-code
21
- npx driggsby@latest mcp setup claude-desktop
22
17
  npx driggsby@latest mcp setup codex
23
18
  ```
24
19
 
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.
29
-
30
- ```bash
31
- npx driggsby@latest mcp setup claude-code --mcp-scope user
32
- npx driggsby@latest mcp setup claude-code --mcp-scope local
33
- ```
20
+ After setup, authenticate Driggsby through your client — run `/mcp` in
21
+ Claude Code, or sign in through the browser window Codex opens.
34
22
 
35
- Supported native artifacts currently cover macOS arm64, macOS x64, Linux arm64
36
- glibc, and Linux x64 glibc.
23
+ See the [GitHub repo](https://github.com/thegoodsoftwareco/driggsby-cli) for
24
+ tools, examples, and full documentation.
37
25
 
38
26
  ## License
39
27
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "driggsby",
3
- "version": "0.1.27",
4
- "description": "Local MCP broker and CLI for connecting AI clients to Driggsby",
3
+ "version": "0.1.33",
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.27",
27
+ "baseUrl": "https://github.com/thegoodsoftwareco/driggsby-cli/releases/download/driggsby-v0.1.33",
28
28
  "checksums": {
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"
29
+ "driggsby-aarch64-apple-darwin.tar.xz": "52e890585855f3e762ead2bbfc8fc0bd0020cc7daea2a0c0db2848e086825e13",
30
+ "driggsby-x86_64-apple-darwin.tar.xz": "0317b7c98faff9807a001ab9c832fcf2a20c55e0649669776a52fa7bd9f05ba2",
31
+ "driggsby-aarch64-unknown-linux-gnu.tar.xz": "d74a76f3c99e197fbf52d73d484ed71e2443dbffcc3c431565255fca5b2d1abc",
32
+ "driggsby-x86_64-unknown-linux-gnu.tar.xz": "1018d9f7c3f9906d5057c79908ec5da3366132d7c2d801d62ea87278d859f197"
33
33
  },
34
34
  "supportedPlatforms": {
35
35
  "aarch64-apple-darwin": {