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