Type Alias: McpAgentContext
Makaio Framework / contracts / McpAgentContext
Type Alias: McpAgentContext
Section titled “Type Alias: McpAgentContext”McpAgentContext =
z.infer<typeofMcpAgentContextSchema>
Defined in: ../../../packages/contracts/src/mcp/schemas.ts:201
Inferred TypeScript type for McpAgentContextSchema.
Type Composition
Section titled “Type Composition”McpAgentContextz.infer<typeof McpAgentContextSchema>typeof McpAgentContextSchema
Resolved Shape
Section titled “Resolved Shape”type McpAgentContext = { agentId: string; adapterId: string; adapterName: string; adapterSessionId: string; sessionId: string;};