MCP (Model Context Protocol) capabilities supported by the agent.
Describes which MCP transport protocols the agent supports.
Optional Fields (all default to false)
http- Whether the agent supports HTTP-based MCPsse- Whether the agent supports Server-Sent Events (SSE) based MCPmeta- Additional metadata (map)
Example
%ACPex.Schema.Types.McpCapabilities{
http: true,
sse: false
}JSON Representation
{
"http": true,
"sse": false
}
Summary
Functions
Creates a changeset for validation.
Types
Functions
@spec changeset(t(), map()) :: Ecto.Changeset.t()
Creates a changeset for validation.
All fields are optional with defaults.