GenMCP.MCP.V2607.DiscoverRequest (gen_mcp v2.0.0)

Copy Markdown View Source

Struct and module-based JSON schema generated from modelcontextprotocol.io JSON schema.

A request from the client asking the server to advertise its supported protocol versions, capabilities, and other metadata. Servers MUST implement server/discover. Clients MAY call it but are not required to — version negotiation can also happen inline via per-request _meta.

Summary

Functions

Returns the JSON schema for this entity.

Returns the JSON RPC method for this request.

Types

t()

@type t() :: %GenMCP.MCP.V2607.DiscoverRequest{id: term(), params: term()}

Functions

json_schema()

Returns the JSON schema for this entity.

method()

Returns the JSON RPC method for this request.