Uses of Interface
io.modelcontextprotocol.spec.McpSchema.Meta
Packages that use McpSchema.Meta
-
Uses of McpSchema.Meta in io.modelcontextprotocol.spec
Subinterfaces of McpSchema.Meta in io.modelcontextprotocol.specModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfacestatic interfaceA common interface for resource content, which includes metadata about the resource such as its URI, name, description, MIME type, size, and annotations.static interfaceThe contents of a specific resource or sub-resource.static interfaceClasses in io.modelcontextprotocol.spec that implement McpSchema.MetaModifier and TypeClassDescriptionstatic final recordAudio provided to or from an LLM.static final recordBinary contents of a resource.static final recordUsed by the client to call a tool provided by the server.static final recordThe server's response to a tools/call request from the client.static final recordA request from the client to the server, to ask for completion options.static final recordThe server's response to a completion/complete request.static final recordA request from the server to sample an LLM via the client.static final recordThe client's response to a sampling/create_message request from the server.static final recordA request from the server to elicit additional information from the user via the client.static final recordThe client's response to an elicitation request.static final recordThe contents of a resource, embedded into a prompt or tool call result.static final recordUsed by the client to get a prompt provided by the server.static final recordThe server's response to a prompts/get request from the client.static final recordAn image provided to or from an LLM.static final recordThis request is sent from the client to the server when it first connects, asking it to begin initialization.static final recordAfter receiving an initialize request from the client, the server sends this response.static final recordThe server's response to a prompts/list request from the client.static final recordThe server's response to a resources/list request from the client.static final recordThe server's response to a resources/templates/list request from the client.static final recordThe client's response to a roots/list request from the server.static final recordThe server's response to a tools/list request from the client.static final recordThe Model Context Protocol (MCP) provides a standardized way for servers to send structured log messages to clients.static final recordA request that supports pagination using cursors.static final recordThe Model Context Protocol (MCP) supports optional progress tracking for long-running operations through notification messages.static final recordSent from the client to the server, to read a specific resource URI.static final recordThe server's response to a resources/read request from the client.static final recordA known resource that the server is capable of reading.static final recordA known resource that the server is capable of reading.static final recordThe Model Context Protocol (MCP) provides a standardized way for servers to send resources update message to clients.static final recordResource templates allow servers to expose parameterized resources using URIstatic final recordSent from the client to request resources/updated notifications from the server whenever a particular resource changes.static final recordText provided to or from an LLM.static final recordText contents of a resource.static final recordSent from the client to request cancellation of resources/updated notifications from the server.