@cloudbase/cloudbase-mcp 1.7.8 → 1.7.9

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.
@@ -3,14 +3,14 @@ import { getCloudBaseManager } from '../cloudbase-manager.js';
3
3
  import path from 'path';
4
4
  // 支持的 Node.js 运行时列表
5
5
  export const SUPPORTED_NODEJS_RUNTIMES = [
6
- 'Nodejs 18.15',
7
- 'Nodejs 16.13',
8
- 'Nodejs 14.18',
9
- 'Nodejs 12.16',
10
- 'Nodejs 10.15',
11
- 'Nodejs 8.9',
6
+ 'Nodejs18.15',
7
+ 'Nodejs16.13',
8
+ 'Nodejs14.18',
9
+ 'Nodejs12.16',
10
+ 'Nodejs10.15',
11
+ 'Nodejs8.9',
12
12
  ];
13
- export const DEFAULT_NODEJS_RUNTIME = 'Nodejs 18.15';
13
+ export const DEFAULT_NODEJS_RUNTIME = 'Nodejs18.15';
14
14
  /**
15
15
  * 处理函数根目录路径,确保不包含函数名
16
16
  * @param functionRootPath 用户输入的路径
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/cloudbase-mcp",
3
- "version": "1.7.8",
3
+ "version": "1.7.9",
4
4
  "description": "腾讯云开发 MCP Server,支持静态托管/环境查询/",
5
5
  "main": "index.js",
6
6
  "type": "module",