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