/**
 * A context object that is passed into tool execution.
 */
export type Context = Record<string, unknown>;
