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
- Remove duplicate 'sampling' property in ClientCapabilitiesSchema (types.ts:299)
- Add type guards for union types in backfillSampling.ts:
- Check 'text' in c.resource before accessing text property
- Check 'blob' in c.resource before accessing blob property
- Fix c.resource.data to c.resource.blob for PDF (blob is the correct property)
- Fix c.url to c.uri for resource_link (uri is the correct property)
- Fix toolLoop.ts:
- Change tool_choice to toolChoice (camelCase convention)
- Add type guard for text blocks when joining content
- Fix toolRegistry.ts:
- Remove .shape access on Zod schemas (not available on ZodType)
- Add type assertion for callback to handle optional inputSchema
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments