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
feat: add items schema for array type parameters in proxy
Add _get_array_items_schema() to enrich array-type parameters with
proper JSON Schema items (e.g. list[str] -> items: {type: string}).
Handles Union unwrapping for list[str] | None patterns. Needed for
future proxy phases where many tools use list[str] parameters.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments