Letta · Schema

MCPServerType

AIAgentsStateful AgentsMemoryMemGPTContinual LearningMCPMulti-AgentRAGOpen Source
View JSON Schema on GitHub

JSON Schema

letta-mcpservertype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MCPServerType",
  "title": "MCPServerType",
  "type": "string",
  "enum": [
    "sse",
    "stdio",
    "streamable_http"
  ]
}