@softeria/ms-365-mcp-server 0.31.2 → 0.32.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.
@@ -301,8 +301,7 @@
301
301
  "pathPattern": "/me/onenote/pages/{onenotePage-id}/content",
302
302
  "method": "get",
303
303
  "toolName": "get-onenote-page-content",
304
- "scopes": ["Notes.Read"],
305
- "returnDownloadUrl": true
304
+ "scopes": ["Notes.Read"]
306
305
  },
307
306
  {
308
307
  "pathPattern": "/me/onenote/pages",
@@ -1,5 +1,5 @@
1
- 2026-01-30 13:27:02 INFO: Using environment variables for secrets
2
- 2026-01-30 13:27:02 INFO: Using environment variables for secrets
3
- 2026-01-30 13:27:02 INFO: Using environment variables for secrets
4
- 2026-01-30 13:27:02 INFO: Using environment variables for secrets
5
- 2026-01-30 13:27:02 INFO: Using environment variables for secrets
1
+ 2026-01-30 18:09:24 INFO: Using environment variables for secrets
2
+ 2026-01-30 18:09:24 INFO: Using environment variables for secrets
3
+ 2026-01-30 18:09:24 INFO: Using environment variables for secrets
4
+ 2026-01-30 18:09:24 INFO: Using environment variables for secrets
5
+ 2026-01-30 18:09:24 INFO: Using environment variables for secrets
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@softeria/ms-365-mcp-server",
3
- "version": "0.31.2",
3
+ "version": "0.32.0",
4
4
  "description": " A Model Context Protocol (MCP) server for interacting with Microsoft 365 and Office services through the Graph API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -301,8 +301,7 @@
301
301
  "pathPattern": "/me/onenote/pages/{onenotePage-id}/content",
302
302
  "method": "get",
303
303
  "toolName": "get-onenote-page-content",
304
- "scopes": ["Notes.Read"],
305
- "returnDownloadUrl": true
304
+ "scopes": ["Notes.Read"]
306
305
  },
307
306
  {
308
307
  "pathPattern": "/me/onenote/pages",