Skip to content

QueryForge MCP v0.6.0

Choose a tag to compare

@luismpenholato luismpenholato released this 06 Jun 20:31
· 12 commits to main since this release

QueryForge MCP v0.6.0

This release adds conservative index candidate suggestions for LINQ/EF queries.

Added

  • suggest_index_candidates MCP tool for conservative index candidate analysis
  • IndexCandidateService extracting equality, range and ordering columns from LINQ/EF queries
  • Provider-specific SQL formatting for relational databases:
    • SQL Server
    • PostgreSQL
    • MySQL
    • MariaDB
    • SQLite
    • Oracle
  • Warnings when query smells may prevent effective index usage
  • examples/index-candidate-query.cs contract sample with integration test
  • Tests for index candidate service and markdown formatter

Safety

  • QueryForge does not inspect real database schema, existing indexes or execution plans
  • Every suggestion is an index candidate requiring manual review
  • Cosmos DB, MongoDB and In-Memory providers do not receive relational SQL output