npm install
npm run devThe worker is implemented with Hono and serves MCP routes through a Durable Object-backed McpAgent.
To test the server, you can use for example MCP Inspector:
npx @modelcontextprotocol/inspectorRun the local checks before opening a PR:
npm run build
npm run test
npm run lintWhen testing locally against changes in @sumup/agent-toolkit install it using npm i ../path/to/agent-toolkit.
We rely on Conventional Commits which are used to generate changelog. All PR titles must follow the conventional commits standard.