Commit Graph

84 Commits (803115f5045f1ca03bbd8b65d313bdffde6f1c21)

Author SHA1 Message Date
Rene Cannao aced263367 docs: Update MCP documentation to reflect current implementation
3 months ago
Rene Cannao f9c5a00f8a chore: Delete temporary discovery output files
3 months ago
Rene Cannao 5b502c0864 feat: Add question learning capability to demo agent
3 months ago
Rene Cannao ba6cfdc8bd feat: Update demo agent prompt to always pass schema parameter
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 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 35b0b224ff refactor: Remove mcp-catalog_path variable and hardcode catalog path
3 months ago
Rene Cannao 1b7335acfe Fix two-phase discovery documentation and scripts
3 months ago
Rene Cannao 6f23d5bcd0 feat: Implement two-phase schema discovery architecture
3 months ago
Rene Cannao 7de3f0c510 feat: Add schema separation to MCP catalog and discovery scope constraint
3 months ago
Rene Cannao 25cd0b71f6 chore: Add comprehensive gitignore for discovery output files
3 months ago
Rene Cannao 6fd58a6fd4 docs: Update README for v1.3 improvements
3 months ago
Rene Cannao 3895fe5ad3 feat: Add Priority 1 improvements from META agent analysis (v1.3)
3 months ago
Rene Cannao 24d2bb2c84 fix: Enforce MCP catalog usage and prohibit Write tool for agent findings
3 months ago
Rene Cannao 7ade08f572 chore: Remove accidentally committed discovery output file
3 months ago
Rene Cannao da0b5a5cf2 fix: Correct log message from 4-agent to 6-agent discovery
3 months ago
Rene Cannao 39b9ce6d58 feat: Add Question Catalog generation to all agents
3 months ago
Rene Cannao 130981d1be feat: Add SECURITY and META agents to multi-agent discovery
3 months ago
Rene Cannao 82d7f0c87f chore: Ignore discovery output files and remove accidentally committed file
3 months ago
Rene Cannao 4df56f1c4a fix: Increase default timeout to 1 hour and improve error handling
3 months ago
Rene Cannao aed042ba0d feat: Replace single-agent with multi-agent database discovery
3 months ago
René Cannaò 61ad3c4306
Merge pull request #13 from ProxySQL/v3.1-MCP1_genAI
3 months ago
Rene Cannao c5a7fc31f7 Add external LLM setup guide and live testing script
3 months ago
Rene Cannao 3b7033f44d Add vector features verification script
3 months ago
Rene Cannao f5c18fd8d7 scripts: Add threat pattern documentation script
3 months ago
Rene Cannao 3f44229e28 feat: Add MCP AI Tool Handler for NL2SQL with test script
3 months ago
Rene Cannao aee9c3117b test: Add E2E test script for NL2SQL
3 months ago
Rene Cannao 6dd2613d63 Move discovery docs to examples directory
3 months ago
Rene Cannao fdee58a26d Add comprehensive database discovery outputs and enhance headless discovery
3 months ago
Rene Cannao b627f836f5 Refactor: Reorganize headless discovery scripts to dedicated directory
3 months ago
Rene Cannao d73ce0c41e Add headless database discovery scripts
3 months ago
Rene Cannao f852900365 Fix: Correct MCP catalog JSON parsing to handle special characters
3 months ago
Rene Cannao 1d046148d4 Fix: Address code review feedback from coderabbitai and gemini-code-assist
3 months ago
Rene Cannao 606fe2e93c Fix: Address code review feedback from gemini-code-assist
3 months ago
Rene Cannao 2ceaac049c docs: Add logging section to bridge README
3 months ago
Rene Cannao 49e964bb02 Fix: Make ProxySQL MCP server return MCP-compliant tool responses
3 months ago
Rene Cannao 9b4aea047a Fix: Wrap tools/call responses in MCP-compliant content format
3 months ago
Rene Cannao 77099f7af2 Debug: Add minimal logging to track stdout writes and tool calls
3 months ago
Rene Cannao a47567fee7 Revert: Restore original bridge completely
3 months ago
Rene Cannao 23e5efca5a Test: Don't redirect sys.stderr, write logs directly to file
3 months ago
Rene Cannao f4a4af8d82 Fix: Write directly to stdout.buffer to bypass TextIOWrapper issues
3 months ago
Rene Cannao ad54f92dc5 Revert: Simplify tool handlers back to original pass-through
3 months ago
Rene Cannao 2b5134632c Fix: Wrap tool results in TextContent format for MCP protocol compliance
3 months ago
Rene Cannao 55dd5ba574 Debug: Add detailed stdout write logging to troubleshoot Claude Code timeout
3 months ago
Rene Cannao f5606986ff Fix: Replace stdout with truly unbuffered wrapper to prevent response buffering
3 months ago
Rene Cannao edac8eb5e0 Fix: Add verbose logging and fix stdout buffering issue in MCP stdio bridge
3 months ago
Rene Cannao fc6b462be1 Fix: unwrap ProxySQL nested response format
3 months ago