File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 33 *
44 * Source: https://github.com/modelcontextprotocol/modelcontextprotocol
55 * Pulled from: https://raw.githubusercontent.com/modelcontextprotocol/modelcontextprotocol/main/schema/draft/schema.ts
6- * Last updated from commit: 838d6f69055f1d14400d67a47eb1d76207c7c34b
6+ * Last updated from commit: 5c25208be86db5033f644a4e0d005e08f699ef3d
77 *
88 * DO NOT EDIT THIS FILE MANUALLY. Changes will be overwritten by automated updates.
99 * To update this file, run: pnpm run fetch:spec-types
@@ -1848,6 +1848,7 @@ export interface Task {
18481848
18491849 /**
18501850 * Actual retention duration from creation in milliseconds, null for unlimited.
1851+ * @nullable
18511852 */
18521853 ttl : number | null ;
18531854
@@ -2628,6 +2629,8 @@ export interface CompleteResult extends Result {
26282629 completion : {
26292630 /**
26302631 * An array of completion values. Must not exceed 100 items.
2632+ *
2633+ * @maxItems 100
26312634 */
26322635 values : string [ ] ;
26332636 /**
You can’t perform that action at this time.
0 commit comments