Skip to content

QueryForge MCP v0.4.0

Choose a tag to compare

@luismpenholato luismpenholato released this 06 Jun 19:34
· 13 commits to main since this release

QueryForge MCP v0.4.0

This release adds batch query analysis for reviewing multiple C# files or snippets at once.

Added

  • analyze_query_batch MCP tool
  • Batch query analysis service
  • Risk scoring by file
  • Top risky files ranking
  • Batch analysis markdown formatter
  • Tests for batch analysis and formatter

Behavior

  • Does not read files from disk
  • The MCP client provides { path, content }[]
  • Ranks files using severity and high-impact smell bonuses
  • Prioritizes non-sargable filters and premature materialization over basic read-only suggestions

Validation

  • 99 tests passing
  • Build passing

Notes

QueryForge remains conservative and heuristic. It does not connect to databases, execute SQL, modify files automatically or replace execution plan validation.