What's Changed
Features
- Added MCP (Model Context Protocol) server support: New API endpoints (
/api/mcp/,/api/mcp/settings,/api/mcp/tokens) and UI controls in Settings enable secure agent access, token management, and MCP integration. - Stable MCP port for desktop: Electron app now uses a consistent, predictable port for the local MCP proxy, improving reliability and user experience.
Improvements
- Enhanced AI analysis capabilities: Numeric fields are now accepted in AI analysis summary schemas, enabling richer charting and insights from query results.
- Refined SQL Console insights flow: Improved behavior and responsiveness of SQL Console features—including editor, sidebar, table browser stats, and schema introspection—across multiple database drivers and automation APIs.
Fixes
- Security hardening: Resolved security-related errors in Electron build and notarization scripts, and updated dependency configurations to address vulnerabilities.
- Vercel deployment fix: Corrected Yarn configuration (
.yarnrc.yml,.yarn/releases/) to resolve installation failures during Vercel deployments.
Internal
- Monorepo refactoring: Moved significant portions of the web application logic into
packages/*to improve maintainability and code reuse. - Dependency updates: Upgraded Next.js (16.2.3 → 16.2.6), Kysely (0.28.15 → 0.28.17), and Mermaid (11.14.0 → 11.15.0) across apps and packages.