We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbdeb06 commit 1c11781Copy full SHA for 1c11781
src/types.ts
@@ -247,6 +247,10 @@ export const ServerCapabilitiesSchema = z
247
* Present if the server supports sending log messages to the client.
248
*/
249
logging: z.optional(z.object({}).passthrough()),
250
+ /**
251
+ * Present if the server supports sending completions to the client.
252
+ */
253
+ completions: z.optional(z.object({}).passthrough()),
254
/**
255
* Present if the server offers any prompt templates.
256
0 commit comments