Skip to content

Commit b8886e7

Browse files
chore: update spec.types.ts from upstream (#1888)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9ed62fe commit b8886e7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/core/src/types/spec.types.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
/**

0 commit comments

Comments
 (0)