Packages

Model Context Protocol (MCP) server framework for Elixir/BEAM

Current section

Files

Jump to
Raw

README.md

# ElixirMcpServer
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `elixir_mcp_server` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:elixir_mcp_server, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/elixir_mcp_server>.
> **Licensing note:** The Hex package is published under the SPDX-compliant `MPL-2.0`
> (the only SPDX identifier accepted on Hex), but this repository's source code
> is governed by **PMPL‑1.0-or-later**; consult `LICENSE` for the additional
> obligations that apply when consuming the code outside the Hex package.