pub fn tool<F>( name: impl Into<String>, description: impl Into<String>, input_schema: Value, handler: F, ) -> SdkMcpToolwhere F: Fn(Value) -> Result<Vec<MCPContent>, String> + Send + Sync + 'static,
Construct an SDK MCP tool definition.