sellbonds-mcp 0.1.1 → 0.1.2
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 +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -916,7 +916,7 @@ async function ensureFunded(sbn, opts = {}) {
|
|
|
916
916
|
|
|
917
917
|
// src/index.ts
|
|
918
918
|
var SITE = "https://sellbonds.now";
|
|
919
|
-
var server = new McpServer({ name: "sellbonds", version: "0.1.
|
|
919
|
+
var server = new McpServer({ name: "sellbonds", version: "0.1.2" });
|
|
920
920
|
var toJson = (v) => JSON.stringify(v, (_k, val) => typeof val === "bigint" ? val.toString() : val, 2);
|
|
921
921
|
var ok = (v) => ({ content: [{ type: "text", text: typeof v === "string" ? v : toJson(v) }] });
|
|
922
922
|
var fail = (msg) => ({ isError: true, content: [{ type: "text", text: msg }] });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sellbonds-mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "MCP server for sellbonds.now — lets any MCP client (Claude, Cursor, custom agents) issue, fund, and manage uncollateralized on-chain bonds in USDC on Base.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@modelcontextprotocol/sdk": "^1.12.0",
|
|
38
|
-
"sellbonds": "^0.3.
|
|
38
|
+
"sellbonds": "^0.3.4",
|
|
39
39
|
"viem": "^2.21.55",
|
|
40
40
|
"zod": "^3.24.0"
|
|
41
41
|
},
|