@cloudbase/cli 2.11.9 → 2.11.10-beta.0
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/standalone/cli.js +5 -33
- package/package.json +1 -1
package/dist/standalone/cli.js
CHANGED
|
@@ -326019,7 +326019,7 @@ module.exports = function generate_pattern(it, $keyword, $ruleType) {
|
|
|
326019
326019
|
/***/ ((module) => {
|
|
326020
326020
|
|
|
326021
326021
|
"use strict";
|
|
326022
|
-
module.exports = /*#__PURE__*/JSON.parse('{"name":"@cloudbase/cli","version":"2.11.
|
|
326022
|
+
module.exports = /*#__PURE__*/JSON.parse('{"name":"@cloudbase/cli","version":"2.11.10-beta.0","description":"cli tool for cloudbase","main":"lib/index.js","scripts":{"build":"rimraf lib types && tsc --resolveJsonModule && cpx \\"src/**/*.html\\" lib","watch":"rimraf lib types && tsc -w","dev":"rimraf lib types && cpx \\"src/**/*.html\\" lib && tsc -w","eslint":"eslint \\"./**/*.ts\\"","test":"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand --forceExit --detectOpenHandles --coverage --verbose --testTimeout=10000","tsc":"tsc","pkg":"pkg ./bin/cloudbase.js --out-path ./pkg","postinstall":"node ./post-install.js || exit 0 && patch-package","prepublishOnly":"node ./scripts/check-publish-source.js","debug":"bin/tcb.js lowcode watch","build:bundle":"webpack --config build/webpack/cli.cjs && webpack --config build/webpack/ccr.cjs && node build/scripts/copy-figlet-fonts.js","package:darwin-arm64":"OS=darwin ARCH=arm64 VERSION= node -e \\"require(\'child_process\').execSync(\'bash build/scripts/package.sh\',{stdio:\'inherit\'})\\"","package:darwin-x64":"OS=darwin ARCH=x64 VERSION= node -e \\"require(\'child_process\').execSync(\'bash build/scripts/package.sh\',{stdio:\'inherit\'})\\"","package:linux-arm64":"OS=linux ARCH=arm64 VERSION= node -e \\"require(\'child_process\').execSync(\'bash build/scripts/package.sh\',{stdio:\'inherit\'})\\"","package:linux-x64":"OS=linux ARCH=x64 VERSION= node -e \\"require(\'child_process\').execSync(\'bash build/scripts/package.sh\',{stdio:\'inherit\'})\\"","package:all":"bash build/scripts/build-all.sh","node:fetch:one":"node -e \\"require(\'child_process\').execSync(\'bash build/scripts/fetch-node.sh\',{stdio:\'inherit\'})\\"","node:fetch:all":"NODE_VERSION=22.18.0 bash build/scripts/fetch-node.sh --all","node:fetch:win-x64":"OS=windows ARCH=x64 NODE_VERSION=22.18.0 bash build/scripts/fetch-node.sh","node:fetch:win-arm64":"OS=windows ARCH=arm64 NODE_VERSION=22.18.0 bash build/scripts/fetch-node.sh","package:windows-x64":"OS=windows ARCH=x64 VERSION= node -e \\"require(\'child_process\').execSync(\'bash build/scripts/package.sh\',{stdio:\'inherit\'})\\"","package:windows-arm64":"OS=windows ARCH=arm64 VERSION= node -e \\"require(\'child_process\').execSync(\'bash build/scripts/package.sh\',{stdio:\'inherit\'})\\"","package:windows-all":"npm run -s node:fetch:win-x64 && npm run -s node:fetch:win-arm64 && npm run -s package:windows-x64 && npm run -s package:windows-arm64","package:npm":"npm run build && npm run build:bundle && bash build/scripts/prepare-publish.sh","out:prune":"bash build/scripts/prune-out.sh","i18n:scan":"i18next-scanner --config locales/i18next-scanner.config.js && node locales/scripts/generate.js","i18n:sync":"node locales/scripts/sync.js sync","publish":"node ./scripts/publish.js"},"repository":{"type":"git","url":"https://github.com/TencentCloudBase/cloud-base-cli.git"},"bin":{"cloudbase":"bin/cloudbase.js","cloudbase-mcp":"bin/cloudbase-mcp.cjs","tcb":"bin/tcb.js"},"husky":{"hooks":{"pre-commit":"npm run build"}},"author":"cwuyiqing@gmail.com","license":"ISC","dependencies":{"@cloudbase/cloud-api":"^0.5.5","@cloudbase/cloudbase-mcp":"^2.7.3","@cloudbase/framework-core":"^1.9.7","@cloudbase/functions-framework":"1.16.0","@cloudbase/iac-core":"0.0.3-alpha.14","@cloudbase/lowcode-cli":"^0.23.0","@cloudbase/manager-node":"4.6.6","@cloudbase/toolbox":"^0.7.9","@dotenvx/dotenvx":"^1.48.3","@musistudio/claude-code-router":"1.0.36","address":"^1.1.2","camelcase-keys":"^7.0.2","chalk":"^2.4.2","cli-table3":"^0.5.1","commander":"7","del":"^5.1.0","didyoumean":"^1.2.2","enquirer":"^2.3.6","execa":"^4.0.3","figlet":"^1.7.0","fs-extra":"^8.1.0","gradient-string":"^2.0.2","https-proxy-agent":"^5.0.1","i":"^0.3.7","inquirer":"^6.5.0","json-schema-to-typescript":"^14.0.5","lodash":"^4.17.21","log-symbols":"^3.0.0","lowdb":"^1.0.0","make-dir":"^3.0.0","node-fetch":"^2.6.0","nodemon":"^3.1.4","npm":"^11.5.2","open":"^7.0.0","ora":"^4.0.2","os-locale":"5.0.0","patch-package":"^8.0.0","portfinder":"^1.0.28","progress":"^2.0.3","query-string":"^6.8.1","reflect-metadata":"^0.1.13","semver":"^7.3.7","simple-git":"^3.28.0","tar-fs":"^2.0.1","terminal-link":"^2.1.1","toml":"^3.0.0","unzipper":"^0.10.10","update-notifier":"^4.0.0","xdg-basedir":"^4.0.0","yargs":"^16.2.0","yargs-parser":"^21.0.1","zod":"^4.0.13"},"devDependencies":{"@babel/parser":"^7.28.4","@babel/traverse":"^7.28.4","@babel/types":"^7.28.4","@types/fs-extra":"^11.0.4","@types/jest":"^27","@types/koa__router":"^8.0.11","@types/lodash":"^4.14.182","@types/node":"^12.12.38","@types/node-fetch":"^2.5.4","@types/react":"^17.0.37","@types/semver":"^7.3.9","@types/unzipper":"^0.10.11","@types/webpack-dev-server":"^3.11.1","@typescript-eslint/eslint-plugin":"^4.8.1","@typescript-eslint/parser":"^4.8.1","cpx":"^1.5.0","eslint":"^7.14.0","eslint-config-alloy":"^3.8.2","husky":"^3.0.9","i18next-scanner":"^4.6.0","jest":"^27","rimraf":"^3.0.2","ts-jest":"^27","typescript":"^4.7.2","webpack":"^5.92.0","webpack-cli":"^5.1.4"},"packageManager":"yarn@3.6.2+sha512.2c2f8b9615e6659773f65cdec7cf92ef773a98a99e611579601f61c7a91ec94c89c929aac86f1cee819421a9b0db7acfd53ec3ebb95af44f77f77634b08b9557"}');
|
|
326023
326023
|
|
|
326024
326024
|
/***/ }),
|
|
326025
326025
|
|
|
@@ -355794,6 +355794,7 @@ const claudeWindows_1 = __webpack_require__(50877);
|
|
|
355794
355794
|
const env_1 = __webpack_require__(65757);
|
|
355795
355795
|
const url_1 = __webpack_require__(98726);
|
|
355796
355796
|
const cloudbase_mcp_1 = __webpack_require__(1662);
|
|
355797
|
+
const mcp_config_modifier_1 = __webpack_require__(54698);
|
|
355797
355798
|
const IDE_FILE_MAPPINGS = cloudbase_mcp_1.RAW_IDE_FILE_MAPPINGS;
|
|
355798
355799
|
const MCP_CONFIG_SET = new Set(Object.values(IDE_FILE_MAPPINGS).reduce((acc, descriptors) => {
|
|
355799
355800
|
for (const d of descriptors) {
|
|
@@ -355807,6 +355808,7 @@ function inferConfigFormat(filePath) {
|
|
|
355807
355808
|
}
|
|
355808
355809
|
class AICommandRouter {
|
|
355809
355810
|
constructor() {
|
|
355811
|
+
this.mcpConfigModifier = new mcp_config_modifier_1.MCPConfigModifier();
|
|
355810
355812
|
this.configManager = new config_1.AIConfigManager();
|
|
355811
355813
|
}
|
|
355812
355814
|
execute({ agent, addtionalArgs, log, template, useDefaultConfig }) {
|
|
@@ -356128,7 +356130,7 @@ class AICommandRouter {
|
|
|
356128
356130
|
finally { if (e_1) throw e_1.error; }
|
|
356129
356131
|
}
|
|
356130
356132
|
yield fs.unlink(zipPath);
|
|
356131
|
-
yield this.modifyMCPConfigs(extractDir, log);
|
|
356133
|
+
yield this.mcpConfigModifier.modifyMCPConfigs(extractDir, log);
|
|
356132
356134
|
});
|
|
356133
356135
|
}
|
|
356134
356136
|
getInstallCommand(agent) {
|
|
@@ -356809,35 +356811,6 @@ class AICommandRouter {
|
|
|
356809
356811
|
}
|
|
356810
356812
|
});
|
|
356811
356813
|
}
|
|
356812
|
-
modifyMCPConfigs(extractDir, log) {
|
|
356813
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
356814
|
-
const fs = yield Promise.resolve().then(() => __importStar(__webpack_require__(21605)));
|
|
356815
|
-
const path = yield Promise.resolve().then(() => __importStar(__webpack_require__(16928)));
|
|
356816
|
-
try {
|
|
356817
|
-
log.info((0, i18n_1.t)('正在修改 MCP 配置文件...'));
|
|
356818
|
-
for (const [, files] of Object.entries(IDE_FILE_MAPPINGS)) {
|
|
356819
|
-
for (const descriptor of files) {
|
|
356820
|
-
if (!descriptor.isMcpConfig)
|
|
356821
|
-
continue;
|
|
356822
|
-
const filePath = path.join(extractDir, descriptor.path);
|
|
356823
|
-
if (yield fs.pathExists(filePath)) {
|
|
356824
|
-
const format = inferConfigFormat(descriptor.path);
|
|
356825
|
-
if (format === 'json') {
|
|
356826
|
-
yield this.modifyMCPJsonFile(filePath, log);
|
|
356827
|
-
}
|
|
356828
|
-
else if (format === 'toml') {
|
|
356829
|
-
yield this.modifyMCPTomlFile(filePath, log);
|
|
356830
|
-
}
|
|
356831
|
-
}
|
|
356832
|
-
}
|
|
356833
|
-
}
|
|
356834
|
-
log.info((0, i18n_1.t)('MCP 配置文件修改完成'));
|
|
356835
|
-
}
|
|
356836
|
-
catch (error) {
|
|
356837
|
-
log.warn((0, i18n_1.t)(' MCP 配置文件修改失败: {{error}}', { error: error.message }));
|
|
356838
|
-
}
|
|
356839
|
-
});
|
|
356840
|
-
}
|
|
356841
356814
|
modifyMCPJsonFile(filePath, log) {
|
|
356842
356815
|
return __awaiter(this, void 0, void 0, function* () {
|
|
356843
356816
|
const fs = yield Promise.resolve().then(() => __importStar(__webpack_require__(21605)));
|
|
@@ -594245,8 +594218,7 @@ class MCPConfigModifier {
|
|
|
594245
594218
|
if (result.command === 'npx' && Array.isArray(result.args)) {
|
|
594246
594219
|
const argsStr = result.args.join(' ');
|
|
594247
594220
|
log.debug(`${(0, i18n_1.t)('检查命令')}: command=${result.command}, args=${JSON.stringify(result.args)}`);
|
|
594248
|
-
if (argsStr.includes('
|
|
594249
|
-
argsStr.includes('@cloudbase/cloudbase-mcp@latest')) {
|
|
594221
|
+
if (argsStr.includes('@cloudbase/cloudbase-mcp@latest')) {
|
|
594250
594222
|
log.debug((0, i18n_1.t)('匹配到需要修改的命令: {{argsStr}}', { argsStr }));
|
|
594251
594223
|
result.command = 'npx';
|
|
594252
594224
|
result.args = ['@cloudbase/cloudbase-mcp@latest'];
|