You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exportconstisInitializeRequest=(value: unknown): value is InitializeRequest=>
252
+
InitializeRequestSchema.safeParse(value).success;
253
+
254
+
251
255
/**
252
256
* Capabilities that a server may support. Known capabilities are defined here, in this schema, but this is not a closed set: any server can define its own, additional capabilities.
* A ping, issued by either the server or the client, to check that the other party is still alive. The receiver must promptly respond, or else may be disconnected.
0 commit comments