Releases: Liplus-Project/github-webhook-mcp
Releases · Liplus-Project/github-webhook-mcp
v0.6.0-rc.1
What's Changed
- Add CI gate job for branch protection by @liplus-lin-lay in #66
- feat(cd): automate npm publish on tag push with version sync and prerelease support by @liplus-lin-lay in #69
Full Changelog: v0.5.1...v0.6.0-rc.1
v0.6.0
What's Changed
- Add CI gate job for branch protection by @liplus-lin-lay in #66
- feat(cd): automate npm publish on tag push with version sync and prerelease support by @liplus-lin-lay in #69
Full Changelog: v0.5.1...v0.6.0
v0.5.1
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- docs(readme): add Prerequisites section and Windows Service setup guide by @liplus-lin-lay in #46
- Migrate to Cloudflare Worker + Durable Object backend by @liplus-lin-lay in #53
- Add get_webhook_events tool to Worker McpAgent by @liplus-lin-lay in #55
- Update README and docs for Cloudflare Worker architecture by @liplus-lin-lay in #57
- Remove legacy Python receiver and update CI to Node.js by @liplus-lin-lay in #59
- Fix CI: replace tsc with wrangler dry-run build by @liplus-lin-lay in #61
Full Changelog: v0.4.1...v0.5.0
v0.4.1
What's Changed
- fix(ci): update GitHub actions for Node 24 readiness by @lipluscodex in #42
- Rollback standalone embedded webhook listener by @lipluscodex in #44
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- feat(mcp): embed standalone webhook listener for local plugin mode by @lipluscodex in #40
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
- Prepare github-webhook-mcp for Anthropic local directory submission by @lipluscodex in #39
New Contributors
- @lipluscodex made their first contribution in #39
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- fix(channel): use Server directly for claude/channel capability (#34) by @liplus-lin-lay in #35
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's Changed
- fix(mcp-server): MCPB manifest validation and npm publish 0.2.1 by @liplus-lin-lay in #24
- feat(ci): add CD workflow to build .mcpb and attach to releases by @liplus-lin-lay in #26
- fix(ci): switch CD from build tags to semver v* tag trigger by @liplus-lin-lay in #28
- feat(purge): auto-purge processed events on mark_processed by @liplus-lin-lay in #30
- docs: reflect auto-purge spec in requirements (F3.7-F3.8, F4.5, N2.8) by @liplus-lin-lay in #32
Full Changelog: v0.1.3...v0.2.1
v0.1.3
What's Changed
- feat(webhook): add direct trigger mode and notify-only fallback by @liplus-lin-lay in #14
- docs(requirements): cover direct trigger mode by @liplus-lin-lay in #16
- docs(readme): trim duplicated behavior details by @liplus-lin-lay in #18
- feat(mcp-server): add Node.js MCP server with MCPB and npx distribution by @liplus-lin-lay in #20
- docs(requirements): cover Node.js MCP server in requirements spec by @liplus-lin-lay in #23
Full Changelog: v0.1.2...v0.1.3