You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: centralize schema resolution, create connections table during scaffolding
- Add getAppSchema() that reads DATABASE_SCHEMA from .env (single source of truth)
- Replace all ad-hoc schema lookups (dev-server, MCP tool, CLI) with getAppSchema()
- Move ensureConnectionsTable call into setupAppSchema (scaffolding) only
- Remove redundant ensureConnectionsTable from factory.ts and dev-server.ts
- Remove ensureConnectionsTable from public API exports and factory test mock
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments