Record
mcp-capabilities
MCP transports the agent supports for mcp-server configurations.
record mcp-capabilities {
http: bool,
sse: bool,
}Fields
| Name | Type | Description |
|---|---|---|
| http | bool | HTTP transport. |
| sse | bool | SSE transport (deprecated by the MCP spec). |