Skip to content

Releases: nulab/backlog-mcp-server

v0.4.0

23 Jul 05:43
Compare
Choose a tag to compare

0.4.0 (2025-07-23)

Features

  • tools: add document tools (get_document[s]/tree) & types (3c1ab15)

v0.3.1

26 Jun 06:44
Compare
Choose a tag to compare

0.3.1 (2025-06-26)

Features

  • Add custom fields support for getIssues and countIssues tools (#9) (e6e42f4)

v0.3.0

30 May 06:58
Compare
Choose a tag to compare

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

14 May 07:16
Compare
Choose a tag to compare

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

08 May 04:22
Compare
Choose a tag to compare

0.1.1 (2025-05-08)

Bug Fixes

  • get_issue: require issueIdOrKey as string to prevent invalid LLM input (ea2a54f)

Release 0.1.0

01 May 08:08
Compare
Choose a tag to compare

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

24 Apr 01:52
Compare
Choose a tag to compare

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

21 Apr 04:03
Compare
Choose a tag to compare

0.0.1 (2025-04-21)

Features

  • Japanese labels for all endpoints and variables (0b8a47c)

Bug Fixes

  • add shebang to index.ts (e64fc4a)