Mcpixir.Connectors.HttpConnector (Mcpixir v0.1.0)

View Source

HTTP connector for MCP.

Summary

Functions

Creates a new HTTP connector.

Types

t()

@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()
}

Functions

new(url, config)

Creates a new HTTP connector.