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
- Export Frontmatter type from core package for isolate.ts
- Fix SpecInfo date field to be optional (matches core package)
- Fix search.ts type mismatches for title/description (cast unknown to string)
- Fix MCP tool/resource handler signatures (add extra parameter)
- Fix isolate.ts missing created field
- Fix broken console capturing in backfill/files/validate tools
- Add 'as const' to type literals in all MCP tool responses
- Use 'any' cast for MCP tool registration to work around SDK type narrowing
All typecheck errors are now resolved and build succeeds.
0 commit comments