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
Removed poolConfig.addDataSourceProperty("readonly", "1"); which was causing lots of test issues Disabled DemoDataServiceTest.testCaseInsensitiveScenarios() which passes but throws output exceptions Added docs for new features (5ecd7b9)
Added BusinessInsight to represents a structured insight captured during database analysis. Each insight includes content, category, timestamp, and optional metadata. (ac3a356)
Modified MCP server and database services to add support for parameterized sql with PreparedStatement Updated test cases for MCP server and database services to add support for parameterized sql with PreparedStatement Added new test scripts for MCP protocol tests to add support for parameterized sql with PreparedStatement Updated .gitignore and project settings Added new configuration files and documentation" (9511f41)
Added a describe_table tool and renamed query tool to run_sql to more accurately reflect its purpose Moved all config from .properties to .yaml since that seems more robust for multi-line properties Heavy changes to ResourceManager for this yaml change Added Jackson YAML to pom.xml Added detailed configuration parameter validation with specific error contexts Implemented caching in ResourceManager with TTL and size limits Enhanced database driver loading with specific error types and suggestions Sync JDBC driver list in CliUtils with all Maven profiles (23 drivers total) Fixde ResourceManager template formatting to propagate exceptions vs silent logging Added comprehensive error message templates with parameter context Updated connection pool leak detection threshold from 60s to 20s for better detection Improve startup error handling with config file name and port context extraction (3be44e8)
Big refactor. Added more packages for better code organization. Externalized large text blocks. Added ResourceManager.java to make it all work (e63d928)
Refactored Command Line param stuff into separate class Refactored HealthCheckHandler into separate class Refactored MCPHttpHandler into separate class Tested working with Gemini-CLI - add to doc Add new CLI stuff to docs and tests (7f2e94d)