Skip to content

Commit bed4aff

Browse files
authored
Merge pull request #42 from mailtrap/release-v0.0.5
Release v0.0.5
2 parents 0c5566d + 7f338ee commit bed4aff

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.0.5] - 2025-11-10
2+
## What's Changed
3+
* Improve mcpb by @yanchuk in https://github.com/mailtrap/mailtrap-mcp/pull/39
4+
* Add tool annotation by @yanchuk in https://github.com/mailtrap/mailtrap-mcp/pull/40
5+
16
## [0.0.4] - 2025-24-10
27
* Bump axios from 1.8.4 to 1.12.1 by @dependabot[bot] in https://github.com/mailtrap/mailtrap-mcp/pull/35
38
* Bump @modelcontextprotocol/inspector from 0.14.1 to 0.16.6 by @dependabot[bot] in https://github.com/mailtrap/mailtrap-mcp/pull/33

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": "0.2",
33
"name": "mailtrap-mcpb",
44
"display_name": "Mailtrap",
5-
"version": "0.0.4",
5+
"version": "0.0.5",
66
"description": "Send emails and manage templates using Mailtrap",
77
"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).",
88
"author": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-mailtrap",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "Official MCP Server for Mailtrap",
55
"license": "MIT",
66
"author": "Railsware Products Studio LLC",

src/config/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export default {
22
MCP_SERVER_NAME: "mailtrap-mcp-server",
3-
MCP_SERVER_VERSION: "0.0.4",
3+
MCP_SERVER_VERSION: "0.0.5",
44
USER_AGENT: "mailtrap-mcp (https://github.com/mailtrap/mailtrap-mcp)",
55
};

0 commit comments

Comments
 (0)