@agenticmail/mcp 0.6.1 → 0.7.0
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 +3 -3
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) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agenticmail/mcp",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
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",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@modelcontextprotocol/sdk": "^1.12.0",
|
|
32
32
|
"zod": "^3.24.0",
|
|
33
|
-
"@agenticmail/core": "^0.
|
|
33
|
+
"@agenticmail/core": "^0.7.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"tsup": "^8.4.0",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"vitest": "^3.0.0"
|
|
40
40
|
},
|
|
41
41
|
"engines": {
|
|
42
|
-
"node": ">=
|
|
42
|
+
"node": ">=22"
|
|
43
43
|
},
|
|
44
44
|
"repository": {
|
|
45
45
|
"type": "git",
|