You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: process inline type literals for @description conversion
Add processPropertiesRecursively() to handle nested type literals within
interface properties. This ensures fields in inline types like:
tasks?: {
/** Whether this server supports tasks/list. */
list?: object;
}
Get their comments converted to @description and generate .describe() calls.
- Reordered transforms: convertJsDocToDescription now runs BEFORE injectDerivedCapabilityTypes
- 327 comments converted (up from 294)
- 226 .describe() calls in schemas (up from 183)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments