# Contributing
## Development
```sh
npm install
npm run dev
```
To test the server, you can use for example [MCP Inspector](https://github.com/modelcontextprotocol/inspector):
```sh
npx @modelcontextprotocol/inspector
```
When testing locally against changes in `@sumup/agent-toolkit` install it using `npm i ../path/to/agent-toolkit`.
## Conventional Commits
We rely on [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) which are used to generate changelog. All PR titles must follow the conventional commits standard.