bsv-mcp 0.2.12 → 0.2.13
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/dist/index.js +4 -4
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -31,7 +31,7 @@ var package_default = {
|
|
|
31
31
|
name: "bsv-mcp",
|
|
32
32
|
module: "dist/index.js",
|
|
33
33
|
type: "module",
|
|
34
|
-
version: "0.2.
|
|
34
|
+
version: "0.2.13",
|
|
35
35
|
license: "MIT",
|
|
36
36
|
author: "satchmo",
|
|
37
37
|
description: "A collection of Bitcoin SV (BSV) tools for the Model Context Protocol (MCP) framework",
|
|
@@ -101,6 +101,7 @@ var package_default = {
|
|
|
101
101
|
"tailwind-merge": "^3.5.0",
|
|
102
102
|
tailwindcss: "^4.2.1",
|
|
103
103
|
"tailwindcss-animate": "^1.0.7",
|
|
104
|
+
"@1sat/wallet-remote": "0.0.7",
|
|
104
105
|
vite: "^7.3.1",
|
|
105
106
|
"vite-plugin-singlefile": "^2.3.0"
|
|
106
107
|
},
|
|
@@ -109,7 +110,6 @@ var package_default = {
|
|
|
109
110
|
},
|
|
110
111
|
dependencies: {
|
|
111
112
|
"@1sat/actions": "0.0.27",
|
|
112
|
-
"@1sat/wallet-remote": "0.0.7",
|
|
113
113
|
"@bsv/sdk": "^2.0.6",
|
|
114
114
|
"@modelcontextprotocol/ext-apps": "^1.2.0",
|
|
115
115
|
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
@@ -4724,7 +4724,7 @@ var package_default2 = {
|
|
|
4724
4724
|
name: "bsv-mcp",
|
|
4725
4725
|
module: "dist/index.js",
|
|
4726
4726
|
type: "module",
|
|
4727
|
-
version: "0.2.
|
|
4727
|
+
version: "0.2.13",
|
|
4728
4728
|
license: "MIT",
|
|
4729
4729
|
author: "satchmo",
|
|
4730
4730
|
description: "A collection of Bitcoin SV (BSV) tools for the Model Context Protocol (MCP) framework",
|
|
@@ -4794,6 +4794,7 @@ var package_default2 = {
|
|
|
4794
4794
|
"tailwind-merge": "^3.5.0",
|
|
4795
4795
|
tailwindcss: "^4.2.1",
|
|
4796
4796
|
"tailwindcss-animate": "^1.0.7",
|
|
4797
|
+
"@1sat/wallet-remote": "0.0.7",
|
|
4797
4798
|
vite: "^7.3.1",
|
|
4798
4799
|
"vite-plugin-singlefile": "^2.3.0"
|
|
4799
4800
|
},
|
|
@@ -4802,7 +4803,6 @@ var package_default2 = {
|
|
|
4802
4803
|
},
|
|
4803
4804
|
dependencies: {
|
|
4804
4805
|
"@1sat/actions": "0.0.27",
|
|
4805
|
-
"@1sat/wallet-remote": "0.0.7",
|
|
4806
4806
|
"@bsv/sdk": "^2.0.6",
|
|
4807
4807
|
"@modelcontextprotocol/ext-apps": "^1.2.0",
|
|
4808
4808
|
"@modelcontextprotocol/sdk": "^1.27.1",
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "bsv-mcp",
|
|
3
3
|
"module": "dist/index.js",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"version": "0.2.
|
|
5
|
+
"version": "0.2.13",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "satchmo",
|
|
8
8
|
"description": "A collection of Bitcoin SV (BSV) tools for the Model Context Protocol (MCP) framework",
|
|
@@ -72,6 +72,7 @@
|
|
|
72
72
|
"tailwind-merge": "^3.5.0",
|
|
73
73
|
"tailwindcss": "^4.2.1",
|
|
74
74
|
"tailwindcss-animate": "^1.0.7",
|
|
75
|
+
"@1sat/wallet-remote": "0.0.7",
|
|
75
76
|
"vite": "^7.3.1",
|
|
76
77
|
"vite-plugin-singlefile": "^2.3.0"
|
|
77
78
|
},
|
|
@@ -80,7 +81,6 @@
|
|
|
80
81
|
},
|
|
81
82
|
"dependencies": {
|
|
82
83
|
"@1sat/actions": "0.0.27",
|
|
83
|
-
"@1sat/wallet-remote": "0.0.7",
|
|
84
84
|
"@bsv/sdk": "^2.0.6",
|
|
85
85
|
"@modelcontextprotocol/ext-apps": "^1.2.0",
|
|
86
86
|
"@modelcontextprotocol/sdk": "^1.27.1",
|