Skip to content

zzxcoding/flydb

v0.3.3Apache-2.0

面向 JDBC 数据库的 Schema 版本化迁移工具:打包 flydb-cli Agent Skill,指导 Agent 安全执行 migrate、validate、dry-run、baseline、repair 等迁移操作。

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

flydbstdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "${PLUGIN_ROOT}/mcp/dist/server.mjs"
  ],
  "cwd": "${PLUGIN_ROOT}"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "flydb",
  "version": "0.3.3",
  "description": "面向 JDBC 数据库的 Schema 版本化迁移工具:打包 flydb-cli Agent Skill,指导 Agent 安全执行 migrate、validate、dry-run、baseline、repair 等迁移操作。",
  "homepage": "https://github.com/zzxCoding/Flydb",
  "repository": "https://github.com/zzxCoding/Flydb",
  "license": "Apache-2.0",
  "keywords": [
    "database",
    "migration",
    "schema",
    "jdbc",
    "flyway-alternative",
    "xinchuang",
    "dm8",
    "kingbase",
    "opengauss",
    "oceanbase"
  ],
  "author": {
    "name": "zzxCoding",
    "url": "https://github.com/zzxCoding"
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • evals.json
View on GitHub