What's New
Fixed
npx @activecampaign/postmark-mcpdidn't actually work. The README already documented this as the recommended, primary way to run the server, but the package was missing thebinentry and executable shebang needed fornpx/global installs to resolve a command.index.jsnow starts with#!/usr/bin/env nodeandpackage.jsondeclares"bin": { "postmark-mcp": "index.js" }.- README MIT license badge pointed at the wrong package. It resolved
@modelcontextprotocol/sdk's license instead of this package's. Now points at@activecampaign/postmark-mcp.
Changed
prepublishOnlyscript (npm test). Runs the unit test suite automatically beforenpm publish, so a broken build can't be published by accident. Maintainer-facing only; no effect on consumers.
What's Next (deferred to a future release)
getWebhookandeditWebhooktoolscreateWebhook:postFirstOpenOnly,bounceIncludeContent, andspamIncludeContentparameters- CI test gating on pull requests
- Async log writes for improved performance under burst load
Full Changelog: https://github.com/ActiveCampaign/postmark-mcp/blob/main/CHANGELOG.md