Commit Graph

58 Commits (3fe8a48f705bea9bb77c3255e54bbc1ace125ebb)

Author SHA1 Message Date
Rene Cannao c5a7fc31f7 Add external LLM setup guide and live testing script
1 month ago
Rene Cannao 3b7033f44d Add vector features verification script
1 month ago
Rene Cannao f5c18fd8d7 scripts: Add threat pattern documentation script
1 month ago
Rene Cannao 3f44229e28 feat: Add MCP AI Tool Handler for NL2SQL with test script
1 month ago
Rene Cannao aee9c3117b test: Add E2E test script for NL2SQL
1 month ago
Rene Cannao fdee58a26d Add comprehensive database discovery outputs and enhance headless discovery
1 month ago
Rene Cannao b627f836f5 Refactor: Reorganize headless discovery scripts to dedicated directory
1 month ago
Rene Cannao d73ce0c41e Add headless database discovery scripts
1 month ago
Rene Cannao f852900365 Fix: Correct MCP catalog JSON parsing to handle special characters
1 month ago
Rene Cannao 1d046148d4 Fix: Address code review feedback from coderabbitai and gemini-code-assist
1 month ago
Rene Cannao 606fe2e93c Fix: Address code review feedback from gemini-code-assist
1 month ago
Rene Cannao 2ceaac049c docs: Add logging section to bridge README
1 month ago
Rene Cannao 49e964bb02 Fix: Make ProxySQL MCP server return MCP-compliant tool responses
1 month ago
Rene Cannao 9b4aea047a Fix: Wrap tools/call responses in MCP-compliant content format
1 month ago
Rene Cannao 77099f7af2 Debug: Add minimal logging to track stdout writes and tool calls
1 month ago
Rene Cannao a47567fee7 Revert: Restore original bridge completely
1 month ago
Rene Cannao 23e5efca5a Test: Don't redirect sys.stderr, write logs directly to file
1 month ago
Rene Cannao f4a4af8d82 Fix: Write directly to stdout.buffer to bypass TextIOWrapper issues
1 month ago
Rene Cannao ad54f92dc5 Revert: Simplify tool handlers back to original pass-through
1 month ago
Rene Cannao 2b5134632c Fix: Wrap tool results in TextContent format for MCP protocol compliance
1 month ago
Rene Cannao 55dd5ba574 Debug: Add detailed stdout write logging to troubleshoot Claude Code timeout
1 month ago
Rene Cannao f5606986ff Fix: Replace stdout with truly unbuffered wrapper to prevent response buffering
1 month ago
Rene Cannao edac8eb5e0 Fix: Add verbose logging and fix stdout buffering issue in MCP stdio bridge
1 month ago
Rene Cannao fc6b462be1 Fix: unwrap ProxySQL nested response format
1 month ago
Rene Cannao 4491f3ce0b Add debug logging to MCP bridge for troubleshooting
1 month ago
Rene Cannao 01c182ccac Add stdio MCP bridge for Claude Code integration
1 month ago
Rene Cannao 9d6a2173bf Enhance Rich CLI with configurable LLM chat path and better tracing
1 month ago
Rene Cannao f2ca750c05 Add MCP Database Discovery Agent (initial commit)
1 month ago
Rene Cannao ef5b99edbf Fix MCP tool bugs: NULL value handling and query validation
1 month ago
Rene Cannao de33d177be Fix verbose mode in test_mcp_tools.sh
1 month ago
Rene Cannao 25cda31f08 Update test_mcp_tools.sh with dynamic tool discovery
1 month ago
Rene Cannao 093511920f Add environment variable printing to MCP scripts
1 month ago
Rene Cannao 7f957088ee Fix configure_mcp.sh to allow empty MySQL passwords
1 month ago
Rene Cannao 49e6ac5bc6 Revert configure_mcp.sh to respect environment variables
1 month ago
Rene Cannao 40cff23c3b Initialize MySQL Tool Handler and fix default MySQL port
1 month ago
Rene Cannao aeafa61a11 Fix test_mcp_tools.sh to use correct MCP endpoint paths
1 month ago
Rene Cannao d17fe1dba8 Fix configure_mcp.sh error handling and endpoint paths
1 month ago
Rene Cannao 60d4a7378c Implement automatic MCP server start/stop and add environment variable support
1 month ago
Rene Cannao 28742554b5 Use relative catalog path instead of absolute path
1 month ago
Rene Cannao c53b28e42a Add comprehensive documentation to MCP README
1 month ago
Rene Cannao b3646b4798 Fix argument parsing and documentation in setup_test_db.sh
1 month ago
Rene Cannao 3d827144e8 Add required environment variables section to README
1 month ago
Rene Cannao ad2e2a24d1 Add native MySQL mode support to test database setup
1 month ago
Rene Cannao e9a6dd0b3e Add comprehensive MCP testing suite in scripts/mcp/
1 month ago
Rene Cannao 62cbd6c71e Fix issues identified in AI code review
2 months ago
Rene Cannao ecfff09633 Add NLP search demo script with comprehensive search capabilities
2 months ago
Rene Cannao d37d291488 Implement comprehensive StackExchange posts processing with search capabilities
2 months ago
Rene Cannao d94dc036e8 Add StackExchange posts processing script with JSON storage
2 months ago
Rene Cannao 221831afc1 Add usage examples to script documentation and help output
2 months ago
Rene Cannao 4aba7137b4 Add --local-ollama option for local Ollama server support
2 months ago