# `ExMCP.Server.Handler.Echo`
[🔗](https://github.com/azmaveth/ex_mcp/blob/v1.0.0/lib/ex_mcp/server/handler/echo.ex#L1)

This module provides ExMCP extensions beyond the standard MCP specification.

Simple echo handler for testing purposes.

This handler echoes back tool calls and provides basic implementations
for testing server functionality.

# `init`

Initializes the echo handler state.

# `terminate`

Terminates the echo handler.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
