QueryForge MCP v0.6.0
QueryForge MCP v0.6.0
This release adds conservative index candidate suggestions for LINQ/EF queries.
Added
suggest_index_candidatesMCP tool for conservative index candidate analysisIndexCandidateServiceextracting 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.cscontract 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