@moonpay/cli 0.6.9 → 0.6.10
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-ZWMKESOK.js → chunk-TIV6G4KD.js} +25 -7
- package/dist/chunk-TIV6G4KD.js.map +1 -0
- package/dist/index.js +2 -2
- package/dist/{mcp-2THM3UV5.js → mcp-7OXDGMYU.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-ZWMKESOK.js.map +0 -1
- /package/dist/{mcp-2THM3UV5.js.map → mcp-7OXDGMYU.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-TIV6G4KD.js";
|
|
28
28
|
import {
|
|
29
29
|
KEY_CHAIN_MAP,
|
|
30
30
|
chainSchema,
|
|
@@ -606,7 +606,7 @@ function printUpdateNotice() {
|
|
|
606
606
|
if (notice) process.stderr.write(notice);
|
|
607
607
|
}
|
|
608
608
|
program.command("mcp").description("Start MCP server over stdio (for Claude Desktop, Claude Code, etc.)").action(async () => {
|
|
609
|
-
const { startMcpServer } = await import("./mcp-
|
|
609
|
+
const { startMcpServer } = await import("./mcp-7OXDGMYU.js");
|
|
610
610
|
await startMcpServer();
|
|
611
611
|
});
|
|
612
612
|
function getOrCreateGroup(parent, segments) {
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
walletRename,
|
|
16
16
|
walletRetrieve,
|
|
17
17
|
x402Request
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-TIV6G4KD.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-7OXDGMYU.js.map
|