From b8886e77f6cb3bf037dd329b79f63c978fca9032 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 12:43:08 +0100 Subject: [PATCH] chore: update spec.types.ts from upstream (#1888) Co-authored-by: github-actions[bot] --- packages/core/src/types/spec.types.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/core/src/types/spec.types.ts b/packages/core/src/types/spec.types.ts index ba849c546..a03f21f13 100644 --- a/packages/core/src/types/spec.types.ts +++ b/packages/core/src/types/spec.types.ts @@ -3,7 +3,7 @@ * * Source: https://github.com/modelcontextprotocol/modelcontextprotocol * Pulled from: https://raw.githubusercontent.com/modelcontextprotocol/modelcontextprotocol/main/schema/draft/schema.ts - * Last updated from commit: 838d6f69055f1d14400d67a47eb1d76207c7c34b + * Last updated from commit: 5c25208be86db5033f644a4e0d005e08f699ef3d * * DO NOT EDIT THIS FILE MANUALLY. Changes will be overwritten by automated updates. * To update this file, run: pnpm run fetch:spec-types @@ -1848,6 +1848,7 @@ export interface Task { /** * Actual retention duration from creation in milliseconds, null for unlimited. + * @nullable */ ttl: number | null; @@ -2628,6 +2629,8 @@ export interface CompleteResult extends Result { completion: { /** * An array of completion values. Must not exceed 100 items. + * + * @maxItems 100 */ values: string[]; /**