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
refactor: derive ProgressSchema and Progress type from generated schemas
- ProgressSchema now uses .omit({ progressToken: true }) on ProgressNotificationParamsSchema
- Progress type uses Omit<ProgressNotificationParams, 'progressToken'>
- Added type check to ensure schema and type stay in sync
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments