@agenticmail/mcp 0.6.0 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -22500,7 +22500,7 @@ var TOOL_TO_SET = (() => {
22500
22500
  var ESSENTIAL_TOOLS = TOOL_SETS.essential;
22501
22501
 
22502
22502
  // src/tools.ts
22503
- var API_URL = process.env.AGENTICMAIL_API_URL ?? "http://127.0.0.1:3100";
22503
+ var API_URL = process.env.AGENTICMAIL_API_URL ?? "http://127.0.0.1:3829";
22504
22504
  var API_KEY = process.env.AGENTICMAIL_API_KEY ?? "";
22505
22505
  var MASTER_KEY = process.env.AGENTICMAIL_MASTER_KEY ?? "";
22506
22506
  var ACCOUNT_KEYS = /* @__PURE__ */ new Map();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agenticmail/mcp",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "mcpName": "io.github.agenticmail/mcp",
5
5
  "description": "MCP server for AgenticMail — give any AI client real email and SMS capabilities",
6
6
  "type": "module",