v1.0.2 - CRITICAL: Wrapper Generation Fix
🚨 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.propertiesbut MCP tools providethis.inputSchema.properties - Impact: v1.0.1 users cannot generate any wrappers (0% success rate)
- Fix: Changed all template references from
this.parameterstothis.inputSchema
- Error:
See CHANGELOG.md for complete details.