@nuno1026/bithumb-cli 0.1.6 → 0.1.7
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-DXX5FHRF.js → chunk-BMPVEJ4Z.js} +6 -6
- package/dist/{chunk-DXX5FHRF.js.map → chunk-BMPVEJ4Z.js.map} +1 -1
- package/dist/{config-VZKZANVL.js → config-O3LXACC4.js} +28 -18
- package/dist/config-O3LXACC4.js.map +1 -0
- package/dist/{deposit-JGPZ7YIP.js → deposit-KEUPMINU.js} +2 -2
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/config-VZKZANVL.js.map +0 -1
- /package/dist/{deposit-JGPZ7YIP.js.map → deposit-KEUPMINU.js.map} +0 -0
|
@@ -3337,10 +3337,10 @@ function getConfigPath(client) {
|
|
|
3337
3337
|
return null;
|
|
3338
3338
|
}
|
|
3339
3339
|
}
|
|
3340
|
-
var NPX_PACKAGE = "@bithumb-
|
|
3340
|
+
var NPX_PACKAGE = "@nuno1026/bithumb-mcp";
|
|
3341
3341
|
function buildEntry(client, args) {
|
|
3342
3342
|
if (client === "vscode") {
|
|
3343
|
-
return { type: "stdio", command: "bithumb-
|
|
3343
|
+
return { type: "stdio", command: "bithumb-mcp", args };
|
|
3344
3344
|
}
|
|
3345
3345
|
return { command: "npx", args: ["-y", NPX_PACKAGE, ...args] };
|
|
3346
3346
|
}
|
|
@@ -3374,7 +3374,7 @@ function mergeJsonConfig(configPath, serverName, entry) {
|
|
|
3374
3374
|
}
|
|
3375
3375
|
function printSetupUsage() {
|
|
3376
3376
|
process.stdout.write(
|
|
3377
|
-
`Usage: bithumb
|
|
3377
|
+
`Usage: bithumb setup --client <client> [--profile <name>] [--modules <list>]
|
|
3378
3378
|
|
|
3379
3379
|
Clients:
|
|
3380
3380
|
` + SUPPORTED_CLIENTS.map((id) => ` ${id.padEnd(16)} ${CLIENT_NAMES[id]}`).join("\n") + `
|
|
@@ -3389,7 +3389,7 @@ function runSetup(options) {
|
|
|
3389
3389
|
const { client } = options;
|
|
3390
3390
|
const name = CLIENT_NAMES[client];
|
|
3391
3391
|
const args = buildArgs(options);
|
|
3392
|
-
const serverName = options.profile ? `bithumb-
|
|
3392
|
+
const serverName = options.profile ? `bithumb-mcp-${options.profile}` : "bithumb-mcp";
|
|
3393
3393
|
if (client === "claude-code") {
|
|
3394
3394
|
const claudeArgs = [
|
|
3395
3395
|
"mcp",
|
|
@@ -3398,7 +3398,7 @@ function runSetup(options) {
|
|
|
3398
3398
|
"stdio",
|
|
3399
3399
|
serverName,
|
|
3400
3400
|
"--",
|
|
3401
|
-
"bithumb-
|
|
3401
|
+
"bithumb-mcp",
|
|
3402
3402
|
...args
|
|
3403
3403
|
];
|
|
3404
3404
|
process.stdout.write(`Running: claude ${claudeArgs.join(" ")}
|
|
@@ -3479,4 +3479,4 @@ smol-toml/dist/index.js:
|
|
|
3479
3479
|
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
3480
3480
|
*)
|
|
3481
3481
|
*/
|
|
3482
|
-
//# sourceMappingURL=chunk-
|
|
3482
|
+
//# sourceMappingURL=chunk-BMPVEJ4Z.js.map
|