Packages

Reusable Streamable HTTP MCP runtime and Phoenix router DSL

Current section

Files

Jump to
mcp_kit lib mcp_kit.ex
Raw

lib/mcp_kit.ex

defmodule MCPKit do
@moduledoc """
Entry point for `mcp_kit` documentation.
Stable host-facing APIs:
- `MCPKit.Router`
- `MCPKit.Plug`
- `MCPKit.Runtime`
- `MCPKit.Definition`
- `MCPKit.SessionStore`
- `MCPKit.Policy`
Authoring APIs:
- `MCPKit.Tool`
- `MCPKit.Prompt`
- `MCPKit.Resource`
- `MCPKit.Response`
Lower-level protocol helpers:
- `MCPKit.Protocol`
See `README.md` and the HexDocs guides for the recommended getting-started
flow.
"""
end