Commit Graph

21 Commits (ad166c6b8a3a30d61ddd0dbbfc0b7b45f32f4df6)

Author SHA1 Message Date
Rene Cannao f449c4236f fix: Improve question learning fallback and error logging
2 months ago
Rene Cannao 5b502c0864 feat: Add question learning capability to demo agent
2 months ago
Rene Cannao ee74384c79 fix: Prevent llm.search from returning huge object lists in list mode
2 months ago
Rene Cannao 7e522aa2c0 feat: Add schema parameter to run_sql_readonly with per-connection tracking
2 months ago
Rene Cannao ee13e4bf13 feat: Add include_objects parameter to llm_search for complete object retrieval
2 months ago
Rene Cannao 1b42cfbd27 feat: Add empty query support to llm_search for listing all artifacts
2 months ago
Rene Cannao 2250b762a3 feat: Add query_tool_calls table to log MCP tool invocations
2 months ago
Rene Cannao 77643859e3 feat: Add timing columns to stats_mcp_query_tools_counters
2 months ago
Rene Cannao a816a756d4 feat: Add MCP query tool usage counters to stats schema
2 months ago
Rene Cannao 393967f511 fix: Use row->cnt instead of row->fields_count
2 months ago
Rene Cannao df0527c044 refactor: list_schemas to use catalog instead of live database
2 months ago
Rene Cannao 527a748d16 refactor: Remove describe_table tool completely
2 months ago
Rene Cannao 623675b369 feat: Add schema name resolver and deprecate direct DB tools
2 months ago
Rene Cannao 757cdaff15 fix: Improve error logging and fix llm.domain_set_members
2 months ago
Rene Cannao 53ecda7730 fix: Add comprehensive error handling and logging for MCP tools
2 months ago
Rene Cannao 1b7335acfe Fix two-phase discovery documentation and scripts
2 months ago
Rene Cannao 6f23d5bcd0 feat: Implement two-phase schema discovery architecture
2 months ago
Rene Cannao 7de3f0c510 feat: Add schema separation to MCP catalog and discovery scope constraint
2 months ago
Rene Cannao ef5b99edbf Fix MCP tool bugs: NULL value handling and query validation
2 months ago
Rene Cannao 22db1a5fdd Fix JSON value extraction in Query_Tool_Handler::execute_tool
2 months ago
Rene Cannao c86a048d9c Implement MCP multi-endpoint architecture with dedicated tool handlers
2 months ago