@cloudbase/cloudbase-mcp 1.8.7 → 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/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 { type CloudBaseOptions, type DataModel, type DataModelField, type DataModelSchema, type DeleteFileParams, type ExtendedMcpServer, type GetFileInfoParams, type InteractiveResult, type ListFilesParams, type ToolResponse, type UploadFileParams, createCloudBaseManagerWithOptions, createCloudBaseMcpServer, error, getCloudBaseManager, getDefaultServer, getEnvId, getInteractiveServerAsync, getLoginState, info, logout, reportToolkitLifecycle, resetCloudBaseManagerCache, telemetryReporter, warn };
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 { type CloudBaseOptions, type DataModel, type DataModelField, type DataModelSchema, type DeleteFileParams, type ExtendedMcpServer, type GetFileInfoParams, type InteractiveResult, type ListFilesParams, type ToolResponse, type UploadFileParams, createCloudBaseManagerWithOptions, createCloudBaseMcpServer, error, getCloudBaseManager, getDefaultServer, getEnvId, getInteractiveServerAsync, getLoginState, info, logout, reportToolkitLifecycle, resetCloudBaseManagerCache, telemetryReporter, warn };
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 };