Packages
Model Context Protocol (MCP) implementation in Elixir with Phoenix integration
Current section
Files
Jump to
Current section
Files
backplane_mcp_protocol
CONTRIBUTING.md
CONTRIBUTING.md
# Contributing
Backplane.McpProtocol is maintained in the Backplane umbrella repository.
Before opening a change, run the focused checks for this package:
```sh
mix test
mix format --check-formatted
```
Keep changes scoped to the protocol package unless the behavior requires a coordinated update in a Backplane integration app.