Fixed #157 -- Made generated docs fail on unresolved response annotations. - #184
Fixed #157 -- Made generated docs fail on unresolved response annotations.#184DevilsAutumn wants to merge 1 commit into
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #184 +/- ##
==========================================
+ Coverage 92.82% 92.91% +0.08%
==========================================
Files 66 67 +1
Lines 6565 6587 +22
Branches 1116 1119 +3
==========================================
+ Hits 6094 6120 +26
+ Misses 286 282 -4
Partials 185 185 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Greptile SummaryThis change centralizes response-annotation resolution for generated OpenAPI and MCP documentation. Runtime checks confirmed that postponed annotations on a wrapped handler still produce concrete response schemas in both
|
Summary
Fixed generated OpenAPI and MCP docs so unresolved response annotations fail with a clear route binding error instead of silently emitting generic object schemas.
Linked Issue
Fixes #157
Contributor Checklist
acceptedbefore I started.issue_{issue_number}.Checks Run