Releases: gitmotion/ntfy-me-mcp
Releases · gitmotion/ntfy-me-mcp
v1.3.5
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.error
respectively- 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: v1.3.1...v1.3.5
Latest Packages & Images:
npm:
ntfy-me-mcp
gitmotion/ntfy-me-mcp:latest
gitmotion/ntfy-me-mcp:1.3.5
ghcr.io/gitmotion/ntfy-me-mcp:latest
ghcr.io/gitmotion/ntfy-me-mcp:1.3.5
v1.3.1
What's Changed
Documentation Update:
- Add MseeP.ai badge by @lwsinclair in #3
New Contributors
- @lwsinclair made their first contribution in #3
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- v1.3.0 includes changes for fetching ntfy notifications using natural language or with the newly specified tool
ntfy_me_fetch
. - add MCP server badge by @punkpeye in #1
- Deployment: Dockerfile and Smithery config by @calclavia in #2
- v1.2.0 - included changes for intelligent features like automatic URL detection for creating view actions and smart markdown formatting detection, making it easier for AI assistants to create rich, interactive notifications without extra configuration.
New Contributors
- @punkpeye made their first contribution in #1
- @calclavia made their first contribution in #2
Full Changelog: https://github.com/gitmotion/ntfy-me-mcp/commits/v1.3.0
Download options:
- (Attached) pre-built js build files
- (Attached) npm .tgz
- npm
npm install -g ntfy-me-mcp
- https://www.npmjs.com/package/ntfy-me-mcp
- Docker images:
- DockerHub:
gitmotion/ntfy-me-mcp:latest
- GHCR:
ghcr.io/gitmotion/ntfy-me-mcp:latest
- DockerHub: