# release
- update the version in `./config.ts` and `./package.json`
- update the `./CHANGELOG.md`
- commit, tag, and push to GitHub
- create a new release on GitHub using `gh`
- npm and docker releases are handled automatically via GitHub Actions
# development
- run `npm run build` to build the project
- run `npm run test` to run the tests
- run `npm run test-server` to run a test server
- run `./test.sh` to run the tests
- run `./test-simple.sh` to run the tests
- locally managed MCP config is in `./.cursor/mcp.json` and `~/Library/Application Support/Claude/claude_desktop_config.json`
- `./api-use.md` has examples of how to use the API