We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64a52b8 + e124ea9 commit ac1053dCopy full SHA for ac1053d
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## [0.0.2] - 2025-04-04
2
+
3
+- Bump version to update NPM page
4
5
## [0.0.1] - 2025-04-04
6
7
- Initial release of the official mailtrap.io MCP server
package.json
@@ -1,6 +1,6 @@
{
"name": "mcp-mailtrap",
- "version": "0.0.1",
+ "version": "0.0.2",
"description": "Official MCP Server for Mailtrap",
"license": "MIT",
"author": "Railsware Products Studio LLC",
src/config/index.ts
@@ -1,4 +1,4 @@
export default {
MCP_SERVER_NAME: "mailtrap-mcp-server",
- MCP_SERVER_VERSION: "0.0.1",
+ MCP_SERVER_VERSION: "0.0.2",
};
0 commit comments