driggsby 0.1.32 → 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 -23
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1,40 +1,27 @@
1
- # driggsby
1
+ # Driggsby
2
2
 
3
- `driggsby` helps configure AI clients to connect directly 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
11
  ```
10
12
 
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:
13
-
14
- ```text
15
- https://app.driggsby.com/mcp
16
- ```
17
-
18
- For supported clients, you can set up directly:
13
+ Detects your client and runs its native MCP setup command. Or specify one:
19
14
 
20
15
  ```bash
21
16
  npx driggsby@latest mcp setup claude-code
22
17
  npx driggsby@latest mcp setup codex
23
18
  ```
24
19
 
25
- Claude Code MCP scope can be set explicitly with `-s`. Driggsby defaults
26
- Claude Code setup to user scope.
20
+ After setup, authenticate Driggsby through your client run `/mcp` in
21
+ Claude Code, or sign in through the browser window Codex opens.
27
22
 
28
- ```bash
29
- npx driggsby@latest mcp setup claude-code -s user
30
- npx driggsby@latest mcp setup claude-code -s local
31
- ```
32
-
33
- Print the native client command without running it:
34
-
35
- ```bash
36
- npx driggsby@latest mcp setup codex --print
37
- ```
23
+ See the [GitHub repo](https://github.com/thegoodsoftwareco/driggsby-cli) for
24
+ tools, examples, and full documentation.
38
25
 
39
26
  ## License
40
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "driggsby",
3
- "version": "0.1.32",
3
+ "version": "0.1.33",
4
4
  "description": "CLI helper for configuring Driggsby MCP clients",
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.32",
27
+ "baseUrl": "https://github.com/thegoodsoftwareco/driggsby-cli/releases/download/driggsby-v0.1.33",
28
28
  "checksums": {
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"
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": {