Mcpixir.Session (Mcpixir v0.1.0)
View SourceManages connections to MCP implementations.
Summary
Functions
Executes a tool call.
Gets all available tools for the session.
Starts a new session with the given server URL and configuration.
Stops the session.
Types
@type t() :: %Mcpixir.Session{ connector: Mcpixir.Connectors.Base.connector(), id: String.t(), server_url: String.t(), tools: [map()] }