# `GenMCP.MCP.V2607.ServerCapabilities`
[🔗](https://github.com/lud/gen_mcp/blob/main/lib/gen_mcp/mcp/v2607/entities.ex#L4008)

Struct and module-based JSON schema generated from
[modelcontextprotocol.io JSON schema](https://github.com/modelcontextprotocol/modelcontextprotocol/tree/main/schema/2026-07-28/schema.json).

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.

# `t`

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

# `json_schema`

Returns the JSON schema for this entity.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
