Commit Graph

21 Commits (ffe56903605c3eeb6d09724e95bee29c8dad2a23)

Author SHA1 Message Date
René Cannaò af28598b23
Merge pull request #19 from ProxySQL/v3.1-MCP2_QR
2 months ago
Rene Cannao 709649232b fix: Address AI code review concerns from PR #19
2 months ago
Rene Cannao 2dfd61a958 Replace remaining direct sqlite3_* calls with proxy_sqlite3_* equivalents (address code-review)
2 months ago
Rene Cannao 23aaf80cd1 fix: Address AI code review concerns for PR #19
2 months ago
Rene Cannao a1d9d2f1ba docs: Add comprehensive documentation to MCP features
2 months ago
Rene Cannao c092fdbd3b fix: Load re_modifiers field from database in load_mcp_query_rules()
2 months ago
Rene Cannao f01fc79584 feat: Add runtime_mcp_query_rules table and fix stats_mcp_query_rules schema
2 months ago
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 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 5668c86809 fix: Implement FTS indexing for LLM artifacts and fix reserved keyword issue
2 months ago
Rene Cannao 2250b762a3 feat: Add query_tool_calls table to log MCP tool invocations
2 months ago
Rene Cannao 8a395b9b47 style: Add spaces around commas in SQL CREATE TABLE statements
2 months ago
Rene Cannao 7c93280174 fix: Escape SQL reserved keyword 'limit' in llm_search_log table
2 months ago
Rene Cannao a816a756d4 feat: Add MCP query tool usage counters to stats schema
2 months ago
Rene Cannao 623675b369 feat: Add schema name resolver and deprecate direct DB tools
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