driggsby 0.1.34 → 0.1.36
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 +2 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -10,7 +10,8 @@ read-only MCP tools for transactions, balances, investments, and debts.
|
|
|
10
10
|
npx driggsby@latest mcp setup
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
This prompts you to choose a supported client, then runs its native MCP setup command.
|
|
14
|
+
Or specify one:
|
|
14
15
|
|
|
15
16
|
```bash
|
|
16
17
|
npx driggsby@latest mcp setup claude-code
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "driggsby",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.36",
|
|
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.36",
|
|
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": "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"
|
|
33
33
|
},
|
|
34
34
|
"supportedPlatforms": {
|
|
35
35
|
"aarch64-apple-darwin": {
|