|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to `@deliveriq/mcp` will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [1.1.1] - 2026-05-02 |
| 9 | + |
| 10 | +### Added |
| 11 | +- `mcpName` field in `package.json` (`io.github.Davison-Francis/deliveriq-mcp`) required for verification on Anthropic's official [MCP Registry](https://registry.modelcontextprotocol.io/). |
| 12 | + |
| 13 | +### Notes |
| 14 | +- Listing on the official MCP Registry is now active. Users can discover the server via the registry CLI or the registry's web search. |
| 15 | + |
| 16 | +## [1.1.0] - 2026-05-01 |
| 17 | + |
| 18 | +### Changed |
| 19 | +- Phase D release published alongside `@deliveriq/sdk@2.0.0`. |
| 20 | +- Aligned `domain-intel` field names with actual route response shape. |
| 21 | + |
| 22 | +### Added |
| 23 | +- Bundle-size metadata. |
| 24 | + |
| 25 | +## [1.0.3] - 2026-05-01 |
| 26 | + |
| 27 | +### Added |
| 28 | +- Lockfiles + `bundleSize` metadata after publishing. |
| 29 | + |
| 30 | +## [1.0.2] - 2026-04-22 |
| 31 | + |
| 32 | +### Changed |
| 33 | +- Maintenance release — package metadata polish. |
| 34 | + |
| 35 | +## [1.0.1] - 2026-04-22 |
| 36 | + |
| 37 | +### Changed |
| 38 | +- Maintenance release. |
| 39 | + |
| 40 | +## [1.0.0] - 2026-03-05 |
| 41 | + |
| 42 | +### Added |
| 43 | +- Initial release. |
| 44 | +- 12 MCP tools mapping to the 5-stage / 21-check email-verification pipeline: |
| 45 | + - **Format** — RFC 5322 syntax + Sift3 typo detection. |
| 46 | + - **Domain & provider** — disposable detection (164k+ domains), role-prefix detection, free-provider check, alias normalization, pattern entropy. |
| 47 | + - **Mailbox** — MX resolution, ISP identification, SMTP handshake with catch-all probe. |
| 48 | + - **Reputation** — Gravatar, 50 DNSBL zones, RDAP domain age, HIBP breach, 15 DKIM selectors, 6-standard infra score (SPF/DKIM/DMARC/MTA-STS/BIMI/TLS-RPT), MX server reputation. |
| 49 | + - **Scoring** — spam-trap heuristics (13 weighted signals), composite domain trust score, 0–100 deliverability score, classification (Safe / Risky / Invalid / Unknown). |
| 50 | + |
| 51 | +[1.1.1]: https://github.com/Davison-Francis/min8t-sdks/releases/tag/deliveriq-mcp%401.1.1 |
| 52 | +[1.1.0]: https://github.com/Davison-Francis/min8t-sdks/releases/tag/deliveriq-mcp%401.1.0 |
| 53 | +[1.0.3]: https://www.npmjs.com/package/@deliveriq/mcp/v/1.0.3 |
| 54 | +[1.0.2]: https://www.npmjs.com/package/@deliveriq/mcp/v/1.0.2 |
| 55 | +[1.0.1]: https://www.npmjs.com/package/@deliveriq/mcp/v/1.0.1 |
| 56 | +[1.0.0]: https://www.npmjs.com/package/@deliveriq/mcp/v/1.0.0 |
0 commit comments