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(connections): extract manager.ts as shared configured layer
Introduce connections/manager.ts that holds the configured pool, schema,
and IntegrationProvider as a singleton. Both the dev-server API and MCP
tools now use the same functions (assignConnection, resolveCredentials,
etc.) instead of maintaining separate pools and wrappers.
- Delete resolve-credentials.ts; move resolveCredentials + getAddConnectionUrl
to manager.ts, move MCP-specific error hints to tool error handlers
- Add real-time connection change notifications: manager notifies listeners
on assign/unassign, dev-server broadcasts via WebSocket, frontend refetches
- Remove credentials_page_url from list_connections output (redundant with
get_connection error hints which include workflow/node deep links)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments