@agenticmail/mcp 0.6.1 → 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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -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) {
|