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 07ddc80 commit 668ec71Copy full SHA for 668ec71
schema/schema.ts
@@ -995,13 +995,13 @@ export type ClientRequest =
995
| SubscribeRequest
996
| UnsubscribeRequest
997
| CallToolRequest
998
- | ListToolsRequest
999
- | ListRootsRequest;
+ | ListToolsRequest;
1000
1001
export type ClientNotification =
1002
| ProgressNotification
1003
| InitializedNotification
1004
| RootsListChangedNotification;
+
1005
export type ClientResult = EmptyResult | CreateMessageResult | ListRootsResult;
1006
1007
/* Server messages */
0 commit comments