Releases: nulab/backlog-mcp-server
Releases · nulab/backlog-mcp-server
v0.4.0
0.4.0 (2025-07-23)
Features
- tools: add document tools (get_document[s]/tree) & types (3c1ab15)
v0.3.1
0.3.1 (2025-06-26)
Features
- Add custom fields support for getIssues and countIssues tools (#9) (e6e42f4)
v0.3.0
0.3.0 (2025-05-30)
Features
- add dynamic toolset support and modular registration system (6bc72e2)
- cli: add
--prefix
option to prepend string to tool names (a37c6b1)
v0.2.0
0.2.0 (2025-05-14)
Features
- issue: support structured custom field input via
customFields
(12ab057), closes #3
- tools: split project identifier into separate fields for ID and key across all tools (8bbb772)
- tools: support explicit issueId/issueKey instead of issueIdOrKey (858b301), closes #2 #4
- tools: unify ID resolution for repositories using resolveIdOrName (d228c2a)
Bug Fixes
- lint: suppress no-undef error in JS files and remove
any
from customFields payload (f9fd4ce)
v0.1.1
0.1.1 (2025-05-08)
Bug Fixes
- get_issue: require issueIdOrKey as string to prevent invalid LLM input (ea2a54f)
Release 0.1.0
0.1.0 (2025-05-01)
Features
- Add slim version with --optimize-response and refactor tools (9345c72)
- config: add CLI and env-based resolvers for maxTokens and optimize-response (c7c8e4b)
- handler: add max token limit and refactor handler composition (21d2279)
Release 0.0.2
0.0.2 (2025-04-24)
Features
- add error handling for all tools (c4a0357)
- wiki: add wiki creation tool (9c0240c)
Bug Fixes
Release 0.0.1
0.0.1 (2025-04-21)
Features
- Japanese labels for all endpoints and variables (0b8a47c)
Bug Fixes