Current section

Files

Jump to
backplane_mcp_protocol CONTRIBUTING.md
Raw

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.