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.
- package/README.md +10 -23
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,40 +1,27 @@
|
|
|
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
|
|
5
|
+
read-only MCP tools for transactions, balances, investments, and debts.
|
|
4
6
|
|
|
5
|
-
##
|
|
7
|
+
## Setup
|
|
6
8
|
|
|
7
9
|
```bash
|
|
8
10
|
npx driggsby@latest mcp setup
|
|
9
11
|
```
|
|
10
12
|
|
|
11
|
-
|
|
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
|
-
|
|
26
|
-
Claude Code
|
|
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
|
-
|
|
29
|
-
|
|
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.
|
|
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.
|
|
27
|
+
"baseUrl": "https://github.com/thegoodsoftwareco/driggsby-cli/releases/download/driggsby-v0.1.33",
|
|
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": "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": {
|