Mcpixir.Connectors.WebSocketConnector (Mcpixir v0.1.0)

View Source

WebSocket connector for MCP.

Summary

Functions

Creates a new WebSocket connector.

Types

t()

@type t() :: %Mcpixir.Connectors.WebSocketConnector{
  client_pid: pid(),
  initialized: boolean(),
  response_table: atom() | :ets.tid(),
  timeout: integer(),
  url: String.t()
}

Functions

new(url, config)

Creates a new WebSocket connector.