File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1160,6 +1160,14 @@ export type PromptReference = z.infer<typeof PromptReferenceSchema>;
11601160export type CompleteRequest = z . infer < typeof CompleteRequestSchema > ;
11611161export type CompleteResult = z . infer < typeof CompleteResultSchema > ;
11621162
1163+ /* Roots */
1164+ export type Root = z . infer < typeof RootSchema > ;
1165+ export type ListRootsRequest = z . infer < typeof ListRootsRequestSchema > ;
1166+ export type ListRootsResult = z . infer < typeof ListRootsResultSchema > ;
1167+ export type RootsListChangedNotification = z . infer <
1168+ typeof RootsListChangedNotificationSchema
1169+ > ;
1170+
11631171/* Client messages */
11641172export type ClientRequest = z . infer < typeof ClientRequestSchema > ;
11651173export type ClientNotification = z . infer < typeof ClientNotificationSchema > ;
You can’t perform that action at this time.
0 commit comments