HTTP connector for MCP.
Creates a new HTTP connector.
@type t() :: %Mcpixir.Connectors.HttpConnector{ client_pid: pid(), headers: [{String.t(), String.t()}], initialized: boolean(), response_table: atom() | :ets.tid(), timeout: integer(), url: String.t() }