Releases: doitintl/doit-mcp-server
Releases · doitintl/doit-mcp-server
v0.5.0
v0.5.0 (2026-03-11)
Features
- feat: add get_label tool (
0c0185a) - feat: add scripts to help create changelog and release notes (
cbf1c46) - feat: add tool list_labels (
252a60c) - feat: add list_products tool (
4a4c75d) - feat: add list_roles tool (
bc03860) - feat: define zodToInputSchema to re-use zod schemas for tool schema (
2ee514e) - feat: add list_users tool (
1296ee8)
Bug Fixes
- fix: tool error messages are now valid MCP error response (
65ec4bf)
Chores
- chore: add github workflow to check commit message formats (
6307b92) - chore: add pre-commit config (
94dc343) - chore: improve docs (
86cf624) - chore: biomjs format and lint integration tests (
16855e6) - chore: add integration test setup for stdio server (
b6479d6) - chore: improve tests, mock console.error to prevent stderr messages (
03b743e)
Version 0.4.0
- add more tools to get platforms and organizations
- improve prompt structure
- implement strict lint/check using biome