cli_migration_revertALaunchFrame MCPUndo the last TypeORM database migration in a LaunchFrame project to roll back schema changes.MIT
cli_migration_runBLaunchFrame MCPExecute pending TypeORM database migrations to update the local database schema for LaunchFrame projects.MIT
entity_scaffold_typeormBLaunchFrame MCPGenerate TypeORM entity files with LaunchFrame conventions for database modeling, supporting primary key types, multi-tenancy, and enums.MIT
detect_migration_stateApostgres-mcp-serverProbe databases for migration tool tracker tables to identify managed migrations, returning detected tools, schema, table, count, and latest version.MIT
entity_get_conventionsBLaunchFrame MCPRetrieve TypeORM entity conventions for LaunchFrame projects, including decorators, naming strategies, column types, and relations to ensure consistent database implementation.MIT
cli_migration_createBLaunchFrame MCPGenerate a TypeORM migration file for LaunchFrame projects to manage database schema changes with a specified name and project path.MIT