@cloudbase/cloudbase-mcp 2.13.0 → 2.14.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/cloudbase-mcp",
3
- "version": "2.13.0",
3
+ "version": "2.14.0",
4
4
  "description": "腾讯云开发 MCP Server,通过AI提示词和MCP协议+云开发,让开发更智能、更高效,当你在Cursor/ VSCode GitHub Copilot/WinSurf/CodeBuddy/Augment Code/Claude Code等AI编程工具里写代码时,它能自动帮你生成可直接部署的前后端应用+小程序,并一键发布到腾讯云开发 CloudBase。",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
@@ -40,7 +40,7 @@
40
40
  "prebuild": "npm run clean",
41
41
  "build": "npm run build:webpack && npm run build:types && npm run build:permissions",
42
42
  "build:webpack": "webpack --config webpack/index.cjs --mode=production",
43
- "build:types": "tsc --emitDeclarationOnly --declaration --declarationMap --outDir dist/types && cp dist/types/index.d.ts dist/index.d.ts && cp dist/types/cli.d.ts dist/cli.d.ts && rm -rf dist/types",
43
+ "build:types": "tsc --emitDeclarationOnly --declaration --declarationMap --outDir dist/types && api-extractor run --local --verbose && cp dist/types/cli.d.ts dist/cli.d.ts && rm -rf dist/types",
44
44
  "build:permissions": "chmod 755 dist/cli.cjs",
45
45
  "test": "npm run build && vitest run",
46
46
  "test:watch": "npm run build && vitest",
@@ -64,6 +64,7 @@
64
64
  "license": "MIT",
65
65
  "dependencies": {},
66
66
  "devDependencies": {
67
+ "@microsoft/api-extractor": "^7.57.6",
67
68
  "@modelcontextprotocol/sdk": "^1.13.3",
68
69
  "@rollup/plugin-commonjs": "^28.0.1",
69
70
  "@rollup/plugin-inject": "^5.0.5",
@@ -88,6 +89,7 @@
88
89
  "ts-loader": "^9.5.2",
89
90
  "tslib": "^2.8.1",
90
91
  "typescript": "^5.7.2",
92
+ "dotenv": "^16.4.5",
91
93
  "vitest": "^2.1.8",
92
94
  "webpack": "^5.100.0",
93
95
  "webpack-cli": "^6.0.1",