Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 548 Bytes

File metadata and controls

20 lines (13 loc) · 548 Bytes

Contributing

Development

npm install
npm run dev

To test the server, you can use for example MCP Inspector:

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 which are used to generate changelog. All PR titles must follow the conventional commits standard.