adk_mcp_server (erlang_adk v0.2.5)

View Source

adk_mcp_server - Placeholder for a future MCP server.

No server transport is implemented yet. start/2 fails explicitly instead of returning a descriptor that could be mistaken for a listening server.

Summary

Functions

Report that the requested server transport is not implemented.

Stop the MCP server.

Functions

start(Transport, Tools)

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

Report that the requested server transport is not implemented.

stop(Server)

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

Stop the MCP server.