Skip to content

v2.1.1

Latest

Choose a tag to compare

@coaldonac coaldonac released this 13 Jul 20:44
63ef055

What's New

Fixed

  • npx @activecampaign/postmark-mcp didn't actually work. The README already documented this as the recommended, primary way to run the server, but the package was missing the bin entry and executable shebang needed for npx/global installs to resolve a command. index.js now starts with #!/usr/bin/env node and package.json declares "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

  • prepublishOnly script (npm test). Runs the unit test suite automatically before npm 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)

  • getWebhook and editWebhook tools
  • createWebhook: postFirstOpenOnly, bounceIncludeContent, and spamIncludeContent parameters
  • 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