Claudio.MCP.Adapters.MCPEx (Claudio v0.5.0)

View Source

Adapter for the mcp_ex library.

Requires {:mcp_ex, "~> 0.3"} in your dependencies.

Usage

{:ok, client} = MCPEx.Client.start_link(transport: :stdio, command: "server")

{:ok, tools} = Claudio.MCP.Adapters.MCPEx.list_tools(client)