MCPServerRemoteType

May 22, 2026 ยท View on GitHub

Transport type

Example Usage

from mistralai.client.models import MCPServerRemoteType

# Open enum: unrecognized values are captured as UnrecognizedStr
value: MCPServerRemoteType = "streamable-http"

Values

This is an open enum. Unrecognized values will not fail type checks.

  • "streamable-http"
  • "sse"