Skip to content

Releases: wyre-technology/crewhu-mcp

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 15:14
98a8763

2.0.0 (2026-07-28)

  • fix(domains)!: map tools to the real Crewhu API fields via node-crewhu v2 (#48) (98a8763)

BREAKING CHANGES

  • tool input schemas changed (sentiment replaces
    score_min/score_max, include_inactive replaces active, limits capped at
  1. and output formats now reflect the real field set.

v1.0.6

Choose a tag to compare

@github-actions github-actions released this 28 Jul 14:36
a3bbc5f

1.0.6 (2026-07-28)

Bug Fixes

  • docker: authenticate npm ci against GitHub Packages in image build (#47) (a3bbc5f)

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 28 Jul 14:07
162a327

1.0.5 (2026-07-28)

Bug Fixes

  • deps: bump node-crewhu to 1.0.2 to fix 404s on every API call (#46) (162a327)

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 30 May 13:45
10b104e

1.0.4 (2026-05-30)

Bug Fixes

  • publish to MCP Registry with public container image (#16) (10b104e)

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 30 May 02:40
8cb0f9e

1.0.3 (2026-05-30)

Bug Fixes

  • publish to MCP Registry with public container image (#15) (8cb0f9e)

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 18 May 02:31

1.0.2 (2026-05-18)

Bug Fixes

  • docker: copy .npmrc before npm ci so package auth works in builder (8730e81)

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 18 May 02:28

1.0.1 (2026-05-18)

Bug Fixes

  • ci: use GITHUB_TOKEN for GHCR login + bake npm auth into docker build context (2af75e9)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 18 May 02:26

1.0.0 (2026-05-18)

Bug Fixes

  • ci: use NODE_AUTH_TOKEN in .npmrc to match setup-node convention (9c5e181)

Features

  • initial release of rebuilt crewhu-mcp (1da6775), closes #8