# `AshAi.Mcp.Router`
[🔗](https://github.com/ash-project/ash_ai/blob/v0.6.1/lib/ash_ai/mcp/router.ex#L6)

MCP Router implementing the RPC functionality over HTTP.

This router handles HTTP requests according to the Model Context Protocol specification.

## Usage

```elixir
forward "/mcp", AshAi.Mcp.Router, tools: [:tool1, :tool2], otp_app: :my_app
```

# `call`

# `init`

---

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