@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.
- package/dist/index.js +1 -1
- 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:
|
|
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();
|