QueryForge MCP v0.5.0
QueryForge MCP v0.5.0
This release adds structural query smell detection for LINQ/EF performance analysis.
Added
N_PLUS_ONE_QUERY_IN_LOOPMULTIPLE_ROUND_TRIPS_IN_LOOPCARTESIAN_PRODUCT_QUERYCORRELATED_SUBQUERY_IN_PROJECTIONIMPLICIT_CONVERSION_IN_FILTERDUPLICATED_PREDICATEFULL_ENTITY_MATERIALIZATION
Improved
- Batch risk scoring now includes structural smell bonuses.
- Added combo bonuses for high-risk combinations.
- Added structural query smell example contract.
- Expanded test coverage to 114 tests.
Why it matters
QueryForge can now distinguish between simple EF improvements and deeper query shape problems such as N+1 queries, cartesian products, correlated subqueries and unnecessary full entity materialization.
Validation
- 114 tests passing
- Build passing