Releases: Liplus-Project/github-webhook-mcp
Releases · Liplus-Project/github-webhook-mcp
Release list
v0.10.6
What's Changed
- Fix concurrent token refresh race condition by @liplus-lin-lay in #190
- docs(mcp-server): add English README for npm package page by @liplus-lin-lay in #192
Full Changelog: v0.10.5...v0.10.6
v0.10.5
What's Changed
- Fix grant revocation causing auth loop, add Worker debug logging by @liplus-lin-lay in #188
Full Changelog: v0.10.4...v0.10.5
v0.10.4
What's Changed
- Add refresh failure logging and proactive token refresh by @liplus-lin-lay in #186
Full Changelog: v0.10.3...v0.10.4
v0.10.3
What's Changed
- Fix auth loop: limit 401/session retry to once, fix empty refresh token by @liplus-lin-lay in #184
Full Changelog: v0.10.2...v0.10.3
v0.10.2
Changes
- Fix manifest.json license field from MIT to Apache-2.0 (#181)
v0.10.1
Changes
- Add distribution channel requirements to docs/0-requirements.md (#176)
Milestone
https://github.com/Liplus-Project/github-webhook-mcp/milestone/13?closed=1
v0.10.0
Changes
- Switch license from MIT to Apache-2.0 and add NOTICE (#172, #174)
- Rename CD artifact from
mcp-server.mcpbtogithub-webhook-mcp.mcpb(#177)
Milestone
https://github.com/Liplus-Project/github-webhook-mcp/milestone/12?closed=1
v0.9.6
Changes
- fix: replace icon with properly cropped 128x128 version (#170)
v0.9.5
Changes
- fix: use
wspackage instead of native WebSocket for channel connection (#168)- Native WebSocket silently ignores
headersoption (browser-spec compliance) - Auth headers were not reaching the Worker, causing connection timeout loops
- Native WebSocket silently ignores
v0.9.4
Changes
- feat: add Li+ icon to .mcpb manifest (#166)