driggsby 0.1.36 → 0.1.38

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 +11 -3
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Driggsby
2
2
 
3
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
4
+ link accounts through Plaid, and your AI client gets
5
5
  read-only MCP tools for transactions, balances, investments, and debts.
6
6
 
7
7
  ## Setup
@@ -10,17 +10,25 @@ read-only MCP tools for transactions, balances, investments, and debts.
10
10
  npx driggsby@latest mcp setup
11
11
  ```
12
12
 
13
- This prompts you to choose a supported client, then runs its native MCP setup command.
14
- Or specify one:
13
+ This prompts you to choose a setup path. For Claude Code and Codex, it runs the
14
+ native MCP setup command. Or specify one:
15
15
 
16
16
  ```bash
17
17
  npx driggsby@latest mcp setup claude-code
18
18
  npx driggsby@latest mcp setup codex
19
+ npx driggsby@latest mcp setup other
19
20
  ```
20
21
 
21
22
  After setup, authenticate Driggsby through your client — run `/mcp` in
22
23
  Claude Code, or sign in through the browser window Codex opens.
23
24
 
25
+ For another MCP client, choose Other. Driggsby currently supports only
26
+ OAuth-based remote MCP at:
27
+
28
+ ```text
29
+ https://app.driggsby.com/mcp
30
+ ```
31
+
24
32
  See the [GitHub repo](https://github.com/thegoodsoftwareco/driggsby-cli) for
25
33
  tools, examples, and full documentation.
26
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "driggsby",
3
- "version": "0.1.36",
3
+ "version": "0.1.38",
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.36",
27
+ "baseUrl": "https://github.com/thegoodsoftwareco/driggsby-cli/releases/download/driggsby-v0.1.38",
28
28
  "checksums": {
29
- "driggsby-aarch64-apple-darwin.tar.xz": "d9f94b814b0fe084f792d128b786992adee047e6bad606c26fbb564eb9c9aa14",
30
- "driggsby-x86_64-apple-darwin.tar.xz": "3c35a02ba922400d2f84ae9b05d018ecd6019a9f71501fa53890d4d24893e27f",
31
- "driggsby-aarch64-unknown-linux-gnu.tar.xz": "820b129a666886ff85f905876585d735a24d8e3fd37d98854f20cba0e7ef8f55",
32
- "driggsby-x86_64-unknown-linux-gnu.tar.xz": "1b80b430fb79d6f35c07ca9d803e3464fb6f62d7b263cb69ca80331e353a1fc4"
29
+ "driggsby-aarch64-apple-darwin.tar.xz": "3121d60c857751775826c383affece3c8cbdd80462c590493277792fac5ab832",
30
+ "driggsby-x86_64-apple-darwin.tar.xz": "547076e680100a24a19d7fe270c11729a15511cf5d3e345954ddcc0033c07ca8",
31
+ "driggsby-aarch64-unknown-linux-gnu.tar.xz": "1ca59f71b2a4dc7ee5568b3c060a91130ac05a7c87ad9a96f07640c3cf77350e",
32
+ "driggsby-x86_64-unknown-linux-gnu.tar.xz": "61c8ab3949d07093e5fc056687acd6c604c4495b25c861b8f0858b347ffd3328"
33
33
  },
34
34
  "supportedPlatforms": {
35
35
  "aarch64-apple-darwin": {