Skip to content

Type Alias: McpAgentContext

Makaio Framework


Makaio Framework / contracts / McpAgentContext

McpAgentContext = z.infer<typeof McpAgentContextSchema>

Defined in: ../../../packages/contracts/src/mcp/schemas.ts:201

Inferred TypeScript type for McpAgentContextSchema.

  • McpAgentContext
    • z.infer<typeof McpAgentContextSchema>
      • typeof McpAgentContextSchema
type McpAgentContext = {
agentId: string;
adapterId: string;
adapterName: string;
adapterSessionId: string;
sessionId: string;
};