Skip to content

Commit 668ec71

Browse files
committed
roots/list should not be marked as a client request
1 parent 07ddc80 commit 668ec71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema/schema.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -995,13 +995,13 @@ export type ClientRequest =
995995
| SubscribeRequest
996996
| UnsubscribeRequest
997997
| CallToolRequest
998-
| ListToolsRequest
999-
| ListRootsRequest;
998+
| ListToolsRequest;
1000999

10011000
export type ClientNotification =
10021001
| ProgressNotification
10031002
| InitializedNotification
10041003
| RootsListChangedNotification;
1004+
10051005
export type ClientResult = EmptyResult | CreateMessageResult | ListRootsResult;
10061006

10071007
/* Server messages */

0 commit comments

Comments
 (0)