Type Alias: McpTransportConfig
Makaio Framework / contracts / McpTransportConfig
Type Alias: McpTransportConfig
Section titled “Type Alias: McpTransportConfig”McpTransportConfig =
z.infer<typeofMcpTransportConfigSchema>
Defined in: ../../../packages/contracts/src/mcp/schemas.ts:367
Type Composition
Section titled “Type Composition”McpTransportConfigz.infer<typeof McpTransportConfigSchema>typeof McpTransportConfigSchema
Resolved Shape
Section titled “Resolved Shape”type McpTransportConfig = { type: 'stdio' | 'sse' | 'http';};