Mcpixir.Config (Mcpixir v0.1.0)

View Source

Configuration types and utilities for MCP.

Summary

Functions

Gets the connector type for a server URL.

Loads configuration from file and/or provided map.

Types

t()

@type t() :: %Mcpixir.Config{llm: map(), timeout: integer(), tools: [String.t()]}

Functions

get_connector_type(url)

Gets the connector type for a server URL.

load(config \\ %{})

Loads configuration from file and/or provided map.