Skip to content

Commit 39e6ec5

Browse files
Merge pull request #269 from morinokami/patch-3
feat: Add completions capability in ServerCapabilitiesSchema
2 parents a76b263 + 1c11781 commit 39e6ec5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: src/types.ts

+4
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,10 @@ export const ServerCapabilitiesSchema = z
247247
* Present if the server supports sending log messages to the client.
248248
*/
249249
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()),
250254
/**
251255
* Present if the server offers any prompt templates.
252256
*/

0 commit comments

Comments
 (0)