This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+12 more
Summary
AI summaryFixed logging to write errors and warnings to stderr instead of stdout.
Full changelog
What's Changed
Fixes:
- bugfix: print/log to sys.stderr insted of sys.stdout #6 - thanks @michalcamona 🙏🏻
- bugfix: print/log to sys.stderr insted of sys.stdout #7 - thanks @michalcamona 🙏🏻
Enhancements:
- introduce logger abstraction, update readme, bump version to v1.3.5, include gh pull request template #8 / #9 - @gitmotion
- for any future updates you can just use
logger.info,logger.warn,logger.errorrespectively- internally uses console.error for each method to ensure we add logs to stderr
- shown in the logger class https://github.com/gitmotion/ntfy-me-mcp/blob/main/src/utils/logger.ts
Full Changelog: https://github.com/gitmotion/ntfy-me-mcp/compare/v1.3.1...v1.3.5
Latest Packages & Images:
npm:
ntfy-me-mcp
gitmotion/ntfy-me-mcp:latestgitmotion/ntfy-me-mcp:1.3.5
ghcr.io/gitmotion/ntfy-me-mcp:latestghcr.io/gitmotion/ntfy-me-mcp:1.3.5
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About gitmotion/ntfy-me-mcp
An ntfy MCP server for sending/fetching ntfy notifications to your self-hosted ntfy server from AI Agents (supports secure token auth & more - use with npx or docker!)
Related context
Beta — feedback welcome: [email protected]