What's Changed
Features
- Web MCP Bridge: Added a new Web MCP npm bridge with browser-based authorization flow, enabling secure agent-native integrations and streamlined third-party tool linking.
Fixes
- ClickHouse SSL Connection: Fixed an issue where SSL connections to ClickHouse would fail due to missing protocol handling (#263).
- Schema Migration Errors: Resolved a schema-missing error in database migrations for both
pgliteand PostgreSQL backends.
Improvements
- Unified Action System: Refactored all UI, API, and MCP action handling into a single, auditable contract—improving consistency, testability, and maintainability across SQL Console, Table Browser, Monitoring, and Copilot features.
- Action Schema & Testing: Tightened action schemas and added projection tests to ensure correctness and prevent runtime mismatches.
- Domain-Based Action Organization: Flattened web action logic into domain modules (e.g.,
ai,tab,connection,query) for clearer ownership and easier extension.
Internal
- Codebase Cleanup: Removed outdated release notes (
v0.19.4.md,v0.20.0.md) to reduce clutter and improve documentation hygiene.