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>;
1160
1160
export type CompleteRequest = z . infer < typeof CompleteRequestSchema > ;
1161
1161
export type CompleteResult = z . infer < typeof CompleteResultSchema > ;
1162
1162
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
+
1163
1171
/* Client messages */
1164
1172
export type ClientRequest = z . infer < typeof ClientRequestSchema > ;
1165
1173
export type ClientNotification = z . infer < typeof ClientNotificationSchema > ;
You can’t perform that action at this time.
0 commit comments