Skip to content

Latest commit

 

History

History
10 lines (4 loc) · 329 Bytes

issues.md

File metadata and controls

10 lines (4 loc) · 329 Bytes

types are not complete

Either generator fails to produce right types or they are missing from schema. Either way a lot of stuff is typed as any, which is tricky to reason about.

claude desktop validates regexp of tool name differently

it wants ^[a-zA-Z0-9_-]{1,64}$, while inspector is fine with spaces..