@agenticmail/mcp 0.6.0 → 0.6.2

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 +2 -2
  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();
@@ -24811,7 +24811,7 @@ function renderToolCatalogue(opts) {
24811
24811
  }
24812
24812
 
24813
24813
  // src/resources.ts
24814
- var API_URL2 = process.env.AGENTICMAIL_API_URL ?? "http://127.0.0.1:3100";
24814
+ var API_URL2 = process.env.AGENTICMAIL_API_URL ?? "http://127.0.0.1:3829";
24815
24815
  var API_KEY2 = process.env.AGENTICMAIL_API_KEY ?? "";
24816
24816
  async function apiRequest2(path) {
24817
24817
  if (!API_KEY2) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agenticmail/mcp",
3
- "version": "0.6.0",
3
+ "version": "0.6.2",
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",