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.
- package/README.md +10 -22
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -1,39 +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
|
-
npx driggsby@latest status
|
|
10
|
-
npx driggsby@latest mcp list
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
-
|
|
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
|
-
|
|
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
|
-
|
|
36
|
-
|
|
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.
|
|
4
|
-
"description": "
|
|
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
|
+
"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": {
|