@moonpay/cli 0.6.5 → 0.6.6
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/{chunk-JQEHP3SV.js → chunk-2SGV2LWL.js} +1 -180
- package/dist/{chunk-JQEHP3SV.js.map → chunk-2SGV2LWL.js.map} +1 -1
- package/dist/index.js +2 -2
- package/dist/{mcp-XWTHJES3.js → mcp-AKKUIO6M.js} +2 -2
- package/package.json +1 -1
- /package/dist/{mcp-XWTHJES3.js.map → mcp-AKKUIO6M.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -24,7 +24,7 @@ import {
|
|
|
24
24
|
walletRename,
|
|
25
25
|
walletRetrieve,
|
|
26
26
|
x402Request
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-2SGV2LWL.js";
|
|
28
28
|
import {
|
|
29
29
|
KEY_CHAIN_MAP,
|
|
30
30
|
chainSchema,
|
|
@@ -577,7 +577,7 @@ function printUpdateNotice() {
|
|
|
577
577
|
if (notice) process.stderr.write(notice);
|
|
578
578
|
}
|
|
579
579
|
program.command("mcp").description("Start MCP server over stdio (for Claude Desktop, Claude Code, etc.)").action(async () => {
|
|
580
|
-
const { startMcpServer } = await import("./mcp-
|
|
580
|
+
const { startMcpServer } = await import("./mcp-AKKUIO6M.js");
|
|
581
581
|
await startMcpServer();
|
|
582
582
|
});
|
|
583
583
|
function getOrCreateGroup(parent, segments) {
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
walletRename,
|
|
16
16
|
walletRetrieve,
|
|
17
17
|
x402Request
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-2SGV2LWL.js";
|
|
19
19
|
import "./chunk-AL5WDHLT.js";
|
|
20
20
|
|
|
21
21
|
// src/mcp.ts
|
|
@@ -150,4 +150,4 @@ async function startMcpServer() {
|
|
|
150
150
|
export {
|
|
151
151
|
startMcpServer
|
|
152
152
|
};
|
|
153
|
-
//# sourceMappingURL=mcp-
|
|
153
|
+
//# sourceMappingURL=mcp-AKKUIO6M.js.map
|
package/package.json
CHANGED
|
File without changes
|