Releases: Liplus-Project/github-webhook-mcp
Releases · Liplus-Project/github-webhook-mcp
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
v0.1.2
What's Changed
- ci: add GitHub Actions test workflow by @liplus-lin-lay in #12
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- docs: add requirements specification for github-webhook-mcp by @liplus-lin-lay in #10
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Add notification profile polling (#8) Refs #7 軽量ポーリング用の status -> summary -> detail の流れを追加した。 notifications 相当のイベントだけを保存する webhook プロファイルも追加し、ノイズを減らせるようにした。 README とテストを更新し、Windows 常駐 webhook サービスでそのまま使える形に揃えた。 Co-authored-by: root <root@Yoshi-PC01.localdomain>