Commit 58bbe47
committed
Update EnumSchema with string array default for multi-select enums type. See [SEP-1330](modelcontextprotocol/modelcontextprotocol#1330)
* In types.ts
- Set UntitledMultiSelectEnumSchema and TitledMultiSelectEnumSchema
- set default to z.array(z.string()).optional()1 parent c23c80d commit 58bbe47
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1273 | 1273 | | |
1274 | 1274 | | |
1275 | 1275 | | |
1276 | | - | |
| 1276 | + | |
1277 | 1277 | | |
1278 | 1278 | | |
1279 | 1279 | | |
| |||
1293 | 1293 | | |
1294 | 1294 | | |
1295 | 1295 | | |
1296 | | - | |
| 1296 | + | |
1297 | 1297 | | |
1298 | 1298 | | |
1299 | 1299 | | |
| |||
0 commit comments