@cloudbase/cloudbase-mcp
Version:
腾讯云开发 MCP Server,通过AI提示词和MCP协议+云开发,让开发更智能、更高效,当你在Cursor/ VSCode GitHub Copilot/WinSurf/CodeBuddy/Augment Code/Claude Code等AI编程工具里写代码时,它能自动帮你生成可直接部署的前后端应用+小程序,并一键发布到腾讯云开发 CloudBase。
13 lines • 1.09 kB
TypeScript
export { createCloudBaseMcpServer, getDefaultServer, type McpServer, type ExtendedMcpServer, StdioServerTransport, telemetryReporter, reportToolkitLifecycle, reportToolCall, info, error, warn } from "./server.js";
export type { UploadFileParams, ListFilesParams, DeleteFileParams, GetFileInfoParams, ToolResponse, DataModelField, DataModelSchema, DataModel, CloudBaseOptions } from "./types.js";
export { getLoginState, logout } from "./auth.js";
export { isCloudMode, enableCloudMode, getCloudModeStatus, shouldRegisterTool } from "./utils/cloud-mode.js";
export { getCloudBaseManager, getEnvId, resetCloudBaseManagerCache, createCloudBaseManagerWithOptions, envManager } from "./cloudbase-manager.js";
export { simplifyEnvList } from "./tools/env.js";
export { RAW_IDE_FILE_MAPPINGS } from "./tools/setup.js";
export type { InteractiveResult } from "./interactive-server.js";
/**
* Get interactive server instance (CommonJS compatible)
*/
export declare function getInteractiveServerAsync(): Promise<import("./interactive-server.js").InteractiveServer>;
//# sourceMappingURL=index.d.ts.map