driggsby 0.1.35 → 0.1.37
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 +11 -3
- 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
|
|
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
|
|
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.
|
|
3
|
+
"version": "0.1.37",
|
|
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.37",
|
|
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": "40da3dcfbd446791989261adf3b1fcef4765d2201340d44cf35d12a1a0b4e75c",
|
|
30
|
+
"driggsby-x86_64-apple-darwin.tar.xz": "6a420ebf77cbc644878f6371ba4d452dabe74637220253c373be6e822c2d76c7",
|
|
31
|
+
"driggsby-aarch64-unknown-linux-gnu.tar.xz": "adb05970cee286adcfa600144e4b6465a8e3697d1321818d7d02f9bae9591d2c",
|
|
32
|
+
"driggsby-x86_64-unknown-linux-gnu.tar.xz": "7086cffcedc2422ffadf226be0be818c7fa8be02fceb5a833295c2c970fcba8a"
|
|
33
33
|
},
|
|
34
34
|
"supportedPlatforms": {
|
|
35
35
|
"aarch64-apple-darwin": {
|