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

Copy Markdown View Source

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

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.

Summary

Functions

Returns the JSON schema for this entity.

Types

t()

@type t() :: %GenMCP.MCP.V2607.ServerCapabilities{
  completions: term(),
  experimental: term(),
  extensions: term(),
  logging: term(),
  prompts: term(),
  resources: term(),
  tools: term()
}

Functions

json_schema()

Returns the JSON schema for this entity.