Skip to content

v1.0.2 - CRITICAL: Wrapper Generation Fix

Choose a tag to compare

@aberemia24 aberemia24 released this 22 Nov 19:28
· 5 commits to main since this release

🚨 CRITICAL BUGFIX

v1.0.1 is completely broken - all wrapper generation fails

Fixed

  • Wrapper Generation Templates - Fixed template schema mismatch causing 100% failure rate
    • Error: Cannot read properties of undefined (reading 'properties')
    • Root Cause: Templates expected this.parameters.properties but MCP tools provide this.inputSchema.properties
    • Impact: v1.0.1 users cannot generate any wrappers (0% success rate)
    • Fix: Changed all template references from this.parameters to this.inputSchema

⚠️ Upgrade Immediately: If you installed v1.0.1, upgrade to v1.0.2 to fix wrapper generation.

See CHANGELOG.md for complete details.