diff --git a/src/types.ts b/src/types.ts index b9c0ab37..da4afd2a 100644 --- a/src/types.ts +++ b/src/types.ts @@ -247,6 +247,10 @@ export const ServerCapabilitiesSchema = z * Present if the server supports sending log messages to the client. */ logging: z.optional(z.object({}).passthrough()), + /** + * Present if the server supports sending completions to the client. + */ + completions: z.optional(z.object({}).passthrough()), /** * Present if the server offers any prompt templates. */