ms365-mcp-server 1.1.23 → 1.1.24
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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ms365-mcp-server",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.24",
|
|
4
4
|
"description": "Microsoft 365 MCP Server for managing Microsoft 365 email through natural language interactions with full OAuth2 authentication support",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -32,15 +32,15 @@
|
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@azure/msal-node": "^2.6.6",
|
|
34
34
|
"@microsoft/microsoft-graph-client": "^3.0.7",
|
|
35
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
35
|
+
"@modelcontextprotocol/sdk": "^1.18.1",
|
|
36
36
|
"@types/cors": "^2.8.19",
|
|
37
37
|
"cors": "^2.8.5",
|
|
38
38
|
"express": "^5.1.0",
|
|
39
39
|
"isomorphic-fetch": "^3.0.0",
|
|
40
40
|
"keytar": "^7.9.0",
|
|
41
|
-
"mime-types": "^
|
|
42
|
-
"open": "^10.
|
|
43
|
-
"typescript": "^5.
|
|
41
|
+
"mime-types": "^3.0.1",
|
|
42
|
+
"open": "^10.2.0",
|
|
43
|
+
"typescript": "^5.7.2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/express": "^5.0.3",
|