Uses of Interface
io.modelcontextprotocol.spec.McpSchema.Request
Packages that use McpSchema.Request
-
Uses of McpSchema.Request in io.modelcontextprotocol.spec
Subinterfaces of McpSchema.Request in io.modelcontextprotocol.specModifier and TypeInterfaceDescriptionstatic interfaceA request from the server to elicit additional information from the user, either through the client or out-of-band.Classes in io.modelcontextprotocol.spec that implement McpSchema.RequestModifier and TypeClassDescriptionstatic final recordUsed by the client to call a tool provided by the server.static final recordA request from the client to the server, to ask for completion options.static final recordA request from the server to sample an LLM via the client.static final recordA request from the server to elicit additional information from the user via the client, usingformmode.static final recordA request from the server to elicit additional information from the user out of band, usingurlmode.static final recordUsed by the client to get a prompt provided by the server.static final recordThis request is sent from the client to the server when it first connects, asking it to begin initialization.static final recordA request that supports pagination using cursors.static final recordSent from the client to the server, to read a specific resource URI.static final recordSent from the client to request resources/updated notifications from the server whenever a particular resource changes.static final recordSent from the client to request cancellation of resources/updated notifications from the server.