Commit abf59af
feat: export generated schemas as public API
Add `@modelcontextprotocol/sdk/generated` export so users can import
auto-generated schemas directly:
```typescript
import { ProgressTokenSchema } from '@modelcontextprotocol/sdk/generated';
```
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent cce63da commit abf59af
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
54 | 58 | | |
55 | 59 | | |
56 | 60 | | |
| |||
0 commit comments