adk_mcp_server (erlang_adk v0.2.0)

View Source

adk_mcp_server - Serve ADK tools via the Model Context Protocol.

Allows exposing Erlang ADK tools to other clients (like Claude Desktop) over stdio or SSE.

Summary

Functions

Start an MCP server to expose the given tools.

Stop the MCP server.

Functions

start(Transport, Tools)

-spec start(Transport :: binary(), Tools :: [module()]) -> {ok, map()} | {error, term()}.

Start an MCP server to expose the given tools.

stop(Server)

-spec stop(Server :: map()) -> ok.

Stop the MCP server.