Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.7.0] - 2026-08-04

## What's Changed
* Add inbound_receiving webhook support to webhook tools by @mklocek in https://github.com/mailtrap/mailtrap-mcp/pull/129
* Forward MCP client identity in the API User-Agent by @mklocek in https://github.com/mailtrap/mailtrap-mcp/pull/130
* chore(deps): bump ip-address from 10.2.0 to 10.4.0 in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/mailtrap/mailtrap-mcp/pull/131


**Full Changelog**: https://github.com/mailtrap/mailtrap-mcp/compare/v0.6.0...v0.7.0

## [0.6.0] - 2026-07-28

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": "0.2",
"name": "mailtrap-mcpb",
"display_name": "Mailtrap",
"version": "0.6.0",
"version": "0.7.0",
"description": "Send emails and manage templates using Mailtrap",
"long_description": "**[Mailtrap.io](https://mailtrap.io)** is a comprehensive email platform that helps developers and teams test, debug, and deliver emails safely. It provides both email testing (sandbox) and email delivery services. \n This MCP (Model Context Protocol) server provides AI assistants with the ability to: \n - **Send emails** via Mailtrap's delivery API \n - **Test emails** using Mailtrap's sandbox environment \n - **Manage email templates** (create, update, delete, list).",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mcp-mailtrap",
"version": "0.6.0",
"version": "0.7.0",
"mcpName": "io.mailtrap/mcp",
"description": "Official MCP Server for Mailtrap",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/mailtrap/mailtrap-mcp",
"source": "github"
},
"version": "0.6.0",
"version": "0.7.0",
"icons": [
{
"src": "https://raw.githubusercontent.com/mailtrap/mailtrap-mcp/main/icon.png",
Expand All @@ -20,7 +20,7 @@
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "mcp-mailtrap",
"version": "0.6.0",
"version": "0.7.0",
"transport": {
"type": "stdio"
},
Expand Down
2 changes: 1 addition & 1 deletion src/config/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default "0.6.0";
export default "0.7.0";