Commit Graph

27 Commits (9ba3df0ce7bf8514dae010fd899b6cd537bb3746)

Author SHA1 Message Date
Rene Cannao bbc04974f1 fix: Fix mysql_query failure path and affected_rows race condition
1 month ago
Rene Cannao 6305537ba8 fix: Use delete instead of free for SQLite3_result deallocation
1 month ago
Rene Cannao bd6d34f52b fix: Address SQL injection vulnerabilities from PR #26 review
1 month ago
Rene Cannao 709649232b fix: Address AI code review concerns from PR #19
1 month ago
Rene Cannao a1d9d2f1ba docs: Add comprehensive documentation to MCP features
1 month ago
Rene Cannao f01fc79584 feat: Add runtime_mcp_query_rules table and fix stats_mcp_query_rules schema
1 month ago
Rene Cannao f449c4236f fix: Improve question learning fallback and error logging
1 month ago
Rene Cannao 5b502c0864 feat: Add question learning capability to demo agent
1 month ago
Rene Cannao ee74384c79 fix: Prevent llm.search from returning huge object lists in list mode
1 month ago
Rene Cannao 7e522aa2c0 feat: Add schema parameter to run_sql_readonly with per-connection tracking
1 month ago
Rene Cannao ee13e4bf13 feat: Add include_objects parameter to llm_search for complete object retrieval
1 month ago
Rene Cannao 1b42cfbd27 feat: Add empty query support to llm_search for listing all artifacts
1 month ago
Rene Cannao 2250b762a3 feat: Add query_tool_calls table to log MCP tool invocations
1 month ago
Rene Cannao 77643859e3 feat: Add timing columns to stats_mcp_query_tools_counters
1 month ago
Rene Cannao a816a756d4 feat: Add MCP query tool usage counters to stats schema
1 month ago
Rene Cannao 393967f511 fix: Use row->cnt instead of row->fields_count
1 month ago
Rene Cannao df0527c044 refactor: list_schemas to use catalog instead of live database
1 month ago
Rene Cannao 527a748d16 refactor: Remove describe_table tool completely
1 month ago
Rene Cannao 623675b369 feat: Add schema name resolver and deprecate direct DB tools
1 month ago
Rene Cannao 757cdaff15 fix: Improve error logging and fix llm.domain_set_members
1 month ago
Rene Cannao 53ecda7730 fix: Add comprehensive error handling and logging for MCP tools
1 month ago
Rene Cannao 1b7335acfe Fix two-phase discovery documentation and scripts
1 month ago
Rene Cannao 6f23d5bcd0 feat: Implement two-phase schema discovery architecture
1 month ago
Rene Cannao 7de3f0c510 feat: Add schema separation to MCP catalog and discovery scope constraint
1 month ago
Rene Cannao ef5b99edbf Fix MCP tool bugs: NULL value handling and query validation
1 month ago
Rene Cannao 22db1a5fdd Fix JSON value extraction in Query_Tool_Handler::execute_tool
1 month ago
Rene Cannao c86a048d9c Implement MCP multi-endpoint architecture with dedicated tool handlers
1 month ago