Skip to content

CloudBase MCP v2.24.0

Choose a tag to compare

@binggg binggg released this 20 Jul 12:52

CloudBase MCP v2.24.0

🎉 新功能

PostgreSQL 迁移契约

  • 建表 / 改 schema 默认走 applyMigration,需显式提供 14 位 migrationVersion,避免云端与本地 migration 历史分叉
  • planMigration 跳转到 applyMigration 时会带回同一 version;成功响应包含 localFileHint(建议本地路径 migrations/<version>_<name>.sql
  • execute 对 schema DDL 默认拦截,并引导改用 migration(逃生口:allowDdlViaExecute=true

插件与 IDE 接入

  • 支持 Open Plugin Specification v1.0.0
  • 提供独立的插件仓库,可用 npx plugins add 安装

🐛 问题修复

  • 修复插件仓库同步时的 dotfiles / 生成物遗漏
  • 加固 skill-manifest 校验,避免不安全重建
  • 统一文档中的 npx plugins add 与 marketplace 安装路径说明

⚠️ 破坏性变更(Agent / 自动化需注意)

  • planMigration / applyMigration 不再自动生成 migrationVersion,缺失会返回 MIGRATION_VERSION_REQUIRED
  • executeCREATE/ALTER/DROP 等 DDL 默认失败,请改走 applyMigration

🔧 维护与工程改进(可选阅读)

  • 补充 skill 评测与 skill 瘦身相关规格文档