Commit 7603a44
docs: add note about ElicitationCapability being kept local
ElicitationCapabilitySchema is kept as a local definition in types.ts
because it has z.preprocess for backwards compatibility (handling empty
objects as { form: {} }).
ClientCapabilitiesSchema and ServerCapabilitiesSchema are also kept local
because they use AssertObjectSchema for better type safety.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent ea65932 commit 7603a44
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
540 | 540 | | |
541 | 541 | | |
542 | 542 | | |
543 | | - | |
| 543 | + | |
544 | 544 | | |
545 | 545 | | |
546 | 546 | | |
| |||
0 commit comments