pub fn tool_with_annotations<F>(
name: impl Into<String>,
description: impl Into<String>,
input_schema: Value,
annotations: MCPToolAnnotations,
handler: F,
) -> SdkMcpToolExpand description
Construct an SDK MCP tool definition with MCP annotations.