import type * as React from "react"; export type McpToolSearchState = "on" | "off"; export type McpToolSearchBandProps = { state: McpToolSearchState; onToggle?: (checked: boolean) => void; } & Omit, "children" | "onToggle">; /** * Presentational Personalized Tool Search opt-in for the MCP picker. The whole * card is a `