@moonpay/cli 0.6.15 → 0.6.16
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-7KJP7F5Q.js → chunk-2GHQM7DN.js} +4 -14
- package/dist/{chunk-7KJP7F5Q.js.map → chunk-2GHQM7DN.js.map} +1 -1
- package/dist/index.js +2 -2
- package/dist/{mcp-7EFPAPL5.js → mcp-YNKRGTQW.js} +2 -2
- package/package.json +1 -1
- /package/dist/{mcp-7EFPAPL5.js.map → mcp-YNKRGTQW.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
consentCheck,
|
|
7
7
|
resolveBaseUrl,
|
|
8
8
|
schemas_default
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-2GHQM7DN.js";
|
|
10
10
|
import "./chunk-ZYYH3VNA.js";
|
|
11
11
|
|
|
12
12
|
// src/index.ts
|
|
@@ -177,7 +177,7 @@ function printUpdateNotice() {
|
|
|
177
177
|
if (notice) process.stderr.write(notice);
|
|
178
178
|
}
|
|
179
179
|
program.command("mcp").description("Start MCP server over stdio (for Claude Desktop, Claude Code, etc.)").action(async () => {
|
|
180
|
-
const { startMcpServer } = await import("./mcp-
|
|
180
|
+
const { startMcpServer } = await import("./mcp-YNKRGTQW.js");
|
|
181
181
|
await startMcpServer();
|
|
182
182
|
});
|
|
183
183
|
function getOrCreateGroup(parent, segments) {
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
callTool,
|
|
5
5
|
resolveBaseUrl,
|
|
6
6
|
schemas_default
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-2GHQM7DN.js";
|
|
8
8
|
import "./chunk-ZYYH3VNA.js";
|
|
9
9
|
|
|
10
10
|
// src/mcp.ts
|
|
@@ -125,4 +125,4 @@ async function startMcpServer() {
|
|
|
125
125
|
export {
|
|
126
126
|
startMcpServer
|
|
127
127
|
};
|
|
128
|
-
//# sourceMappingURL=mcp-
|
|
128
|
+
//# sourceMappingURL=mcp-YNKRGTQW.js.map
|
package/package.json
CHANGED
|
File without changes
|