@cloudbase/cloudbase-mcp 1.8.8 → 1.8.10
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/cli.cjs +7 -6104
- package/dist/cli.js +11 -6086
- package/dist/index.cjs +7 -6118
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +11 -6075
- package/package.json +30 -10
- package/dist/cli.cjs.map +0 -1
- package/dist/cli.d.cts +0 -1
- package/dist/cli.js.map +0 -1
- package/dist/index.cjs.map +0 -1
- package/dist/index.js.map +0 -1
package/dist/index.d.cts
CHANGED
|
@@ -210,4 +210,5 @@ declare function createCloudBaseManagerWithOptions(cloudBaseOptions: CloudBaseOp
|
|
|
210
210
|
*/
|
|
211
211
|
declare function getInteractiveServerAsync(): Promise<InteractiveServer>;
|
|
212
212
|
|
|
213
|
-
export {
|
|
213
|
+
export { createCloudBaseManagerWithOptions, createCloudBaseMcpServer, error, getCloudBaseManager, getDefaultServer, getEnvId, getInteractiveServerAsync, getLoginState, info, logout, reportToolkitLifecycle, resetCloudBaseManagerCache, telemetryReporter, warn };
|
|
214
|
+
export type { CloudBaseOptions, DataModel, DataModelField, DataModelSchema, DeleteFileParams, ExtendedMcpServer, GetFileInfoParams, InteractiveResult, ListFilesParams, ToolResponse, UploadFileParams };
|
package/dist/index.d.ts
CHANGED
|
@@ -210,4 +210,5 @@ declare function createCloudBaseManagerWithOptions(cloudBaseOptions: CloudBaseOp
|
|
|
210
210
|
*/
|
|
211
211
|
declare function getInteractiveServerAsync(): Promise<InteractiveServer>;
|
|
212
212
|
|
|
213
|
-
export {
|
|
213
|
+
export { createCloudBaseManagerWithOptions, createCloudBaseMcpServer, error, getCloudBaseManager, getDefaultServer, getEnvId, getInteractiveServerAsync, getLoginState, info, logout, reportToolkitLifecycle, resetCloudBaseManagerCache, telemetryReporter, warn };
|
|
214
|
+
export type { CloudBaseOptions, DataModel, DataModelField, DataModelSchema, DeleteFileParams, ExtendedMcpServer, GetFileInfoParams, InteractiveResult, ListFilesParams, ToolResponse, UploadFileParams };
|