MCP server tool call content block (type: "mcp_server_tool_call").
type: "mcp_server_tool_call"
@type t() :: %Gemini.Types.Interactions.MCPServerToolCallContent{ arguments: map(), id: String.t(), name: String.t(), server_name: String.t(), type: String.t() }
@spec from_api(map() | nil) :: t() | nil
@spec to_api(t() | map() | nil) :: map() | nil