Commit Graph

19 Commits (ee74384c79cd64fb714c1b609f2e14d2a49bf85e)

Author SHA1 Message Date
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