Commit Graph

8324 Commits (fec97bbabec9d4bbddcec90fbd55496fde46a43f)
 

Author SHA1 Message Date
Rene Cannao acd05b60a9 Organize RAG test files properly
3 months ago
Rahim Kanji 0d56918744 Add full-text search (FTS) tools to MCP query server
3 months ago
Rene Cannao 5d08deca7d Fix AI agent review issues
3 months ago
Rene Cannao ed65b6905b Remove mistakenly created Doxygen files
3 months ago
Wazir Ahmed e450f1b30f MCP: Handle DELETE method
3 months ago
Wazir Ahmed 68a41d6db8 MCP: Add handler for prompts and resources
3 months ago
Wazir Ahmed 2f38def403 MCP: Handle client notifications properly
3 months ago
Wazir Ahmed 155a77f969 MCP: Bump protocolVersion to 2025-06-18
3 months ago
Rahim Kanji bf429f0a52 Fixed multiple issues
3 months ago
Rene Cannao a1d9d2f1ba docs: Add comprehensive documentation to MCP features
3 months ago
Rene Cannao ad166c6b8a docs: Add comprehensive Doxygen documentation for RAG subsystem
3 months ago
Rene Cannao 55715ecc4b feat: Complete RAG implementation according to blueprint specifications
3 months ago
Rene Cannao c092fdbd3b fix: Load re_modifiers field from database in load_mcp_query_rules()
3 months ago
Rene Cannao cc3cc25532 fix: Remove unused reset parameter from stats___mcp_query_rules()
3 months ago
Rene Cannao 8c9aecce9b feat: Add LOAD MCP QUERY RULES FROM DISK / TO MEMORY commands
3 months ago
Rene Cannao 7e6f9f0ab3 fix: Add MCP query rules LOAD/SAVE command handlers
3 months ago
Rene Cannao 1dc5eb6581 fix: Fix RAG implementation compilation issues
3 months ago
Rene Cannao 3daaa5c592 feat: Implement RAG (Retrieval-Augmented Generation) subsystem
3 months ago
Rene Cannao 803115f504 Add RAG capability blueprint documents
3 months ago
René Cannaò 994bafa31f
Merge pull request #17 from ProxySQL/v3.1-MCP2_doc
3 months ago
Rahim Kanji 5b8bb1952e Merge remote-tracking branch 'wqv3.1-vec' into v3.1_mcp-http-ssl-toggle
3 months ago
Rene Cannao aced263367 docs: Update MCP documentation to reflect current implementation
3 months ago
Rene Cannao f01fc79584 feat: Add runtime_mcp_query_rules table and fix stats_mcp_query_rules schema
3 months ago
Rahim Kanji 9b66224df1 Fix critical double-free bug, SQL injection vulnerability, and hardcoded path
3 months ago
Rahim Kanji f7397f633c Fix catalog search to use FTS5 and enhance test suite
3 months ago
Rene Cannao f9c5a00f8a chore: Delete temporary discovery output files
3 months ago
Rene Cannao f449c4236f fix: Improve question learning fallback and error logging
3 months ago
Rene Cannao 5b502c0864 feat: Add question learning capability to demo agent
3 months ago
Rene Cannao d228142dea chore: Remove temporary discovery output files and add tmp/ to gitignore
3 months ago
Rene Cannao ee74384c79 fix: Prevent llm.search from returning huge object lists in list mode
3 months ago
Rene Cannao ba6cfdc8bd feat: Update demo agent prompt to always pass schema parameter
3 months ago
Rene Cannao 7e522aa2c0 feat: Add schema parameter to run_sql_readonly with per-connection tracking
3 months ago
Rene Cannao a0e72aed03 feat: Add related_objects support to two-phase discovery
3 months ago
Rene Cannao 7faf993295 feat: Update demo agent script to leverage include_objects and add --help
3 months ago
Rene Cannao ee13e4bf13 feat: Add include_objects parameter to llm_search for complete object retrieval
3 months ago
Rene Cannao 73d3431c92 fix: Use heredocs for system prompt to preserve special characters
3 months ago
Rene Cannao 1b42cfbd27 feat: Add empty query support to llm_search for listing all artifacts
3 months ago
Rene Cannao be675d4165 wip: Add interactive MCP query agent demo script using Claude Code
3 months ago
Rene Cannao 5668c86809 fix: Implement FTS indexing for LLM artifacts and fix reserved keyword issue
3 months ago
Rene Cannao 2250b762a3 feat: Add query_tool_calls table to log MCP tool invocations
3 months ago
Rene Cannao 8a395b9b47 style: Add spaces around commas in SQL CREATE TABLE statements
3 months ago
Rene Cannao 7c93280174 fix: Escape SQL reserved keyword 'limit' in llm_search_log table
3 months ago
Rene Cannao 77643859e3 feat: Add timing columns to stats_mcp_query_tools_counters
3 months ago
Rene Cannao fb66af7c1b feat: Expose MCP catalog database in ProxySQL Admin interface
3 months ago
Rahim Kanji 7564306e18 Handledwq "notifications/initialized" method
3 months ago
Rahim Kanji 4a858521c9 Fix JSON-RPC ID type
3 months ago
Rahim Kanji a15be695e0 Add GET/OPTIONS handlers for MCP HTTP transport
3 months ago
Rene Cannao 35b0b224ff refactor: Remove mcp-catalog_path variable and hardcode catalog path
3 months ago
Rene Cannao a816a756d4 feat: Add MCP query tool usage counters to stats schema
3 months ago
Rene Cannao 393967f511 fix: Use row->cnt instead of row->fields_count
3 months ago