Skip to content

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 07 Jul 07:22
· 19 commits to master since this release

datacenter-mcp-core

Patch Changes

  • 9d61f30 Thanks @MrRefactoring! - Honor the Retry-After response header on rate-limited/unavailable responses. The hand-written HTTP client now parses Retry-After (delta-seconds or HTTP-date) into ApiError.retryAfterMs, and handleApiOperation uses it as the wait before the next retry instead of its own exponential backoff when the server provides one. The honored delay is clamped to a new maxRetryAfterMs retry option (default 30s) so a large server value can never hang a tool call, and the retry log records whether Retry-After was honored. All three products benefit uniformly since they share the core client. A new parseRetryAfterMs helper is exported for reuse.

jira-datacenter-mcp

Patch Changes

  • Updated dependencies [9d61f30]:
    • datacenter-mcp-core@0.4.1

confluence-datacenter-mcp

Patch Changes

  • Updated dependencies [9d61f30]:
    • datacenter-mcp-core@0.4.1

bitbucket-datacenter-mcp

Patch Changes

  • Updated dependencies [9d61f30]:
    • datacenter-mcp-core@0.4.1