UNPKG

@toriihq/torii-mcp

Version:

Model Context Protocol server for Torii API

12 lines (11 loc) 250 B
export type UserParams = { id: string; fields?: string; }; export type UserListParams = { email?: string; lifecycleStatus?: "active" | "offboarding" | "offboarded"; isExternal?: boolean; size?: number; cursor?: string; };