@softeria/ms-365-mcp-server 0.63.0 → 0.63.1

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.
@@ -398,7 +398,7 @@
398
398
  {
399
399
  "pathPattern": "/drives/{drive-id}/root",
400
400
  "method": "get",
401
- "toolName": "get-root-folder",
401
+ "toolName": "get-drive-root-item",
402
402
  "scopes": ["Files.Read"]
403
403
  },
404
404
  {
@@ -571,14 +571,6 @@
571
571
  "contentType": "text/html",
572
572
  "llmTip": "Body must be a full HTML document (with <html><head><title>...</title></head><body>...</body></html>). Partial HTML fails silently."
573
573
  },
574
- {
575
- "pathPattern": "/me/onenote/pages/{onenotePage-id}/content",
576
- "method": "patch",
577
- "toolName": "update-onenote-page",
578
- "scopes": ["Notes.ReadWrite"],
579
- "contentType": "application/json",
580
- "llmTip": "Updates page content using PATCH commands. Body is an array of patch actions: [{ target: 'body', action: 'append', content: '<p>New content</p>' }]. Actions: 'append' (add to end), 'replace' (replace target), 'insert' (insert after target). Target can be 'body', 'title', or a specific element ID."
581
- },
582
574
  {
583
575
  "pathPattern": "/me/onenote/pages/{onenotePage-id}",
584
576
  "method": "delete",
@@ -1,10 +1,10 @@
1
- 2026-04-05 07:58:04 INFO: [GRAPH CLIENT] Final URL being sent to Microsoft: https://graph.microsoft.com/v1.0/me
2
- 2026-04-05 07:58:04 INFO: [GRAPH CLIENT] Final URL being sent to Microsoft: https://graph.microsoft.com/v1.0/me
3
- 2026-04-05 07:58:04 INFO: [GRAPH CLIENT] Final URL being sent to Microsoft: https://graph.microsoft.com/v1.0/me
4
- 2026-04-05 07:58:04 INFO: [GRAPH CLIENT] Final URL being sent to Microsoft: https://graph.microsoft.com/v1.0/me/messages
5
- 2026-04-05 07:58:04 INFO: [GRAPH CLIENT] Final URL being sent to Microsoft: https://graph.microsoft.com/v1.0/me/calendar
6
- 2026-04-05 07:58:05 INFO: Using environment variables for secrets
7
- 2026-04-05 07:58:05 INFO: Using environment variables for secrets
8
- 2026-04-05 07:58:05 INFO: Using environment variables for secrets
9
- 2026-04-05 07:58:05 INFO: Using environment variables for secrets
10
- 2026-04-05 07:58:05 INFO: Using environment variables for secrets
1
+ 2026-04-05 08:41:23 INFO: [GRAPH CLIENT] Final URL being sent to Microsoft: https://graph.microsoft.com/v1.0/me
2
+ 2026-04-05 08:41:23 INFO: [GRAPH CLIENT] Final URL being sent to Microsoft: https://graph.microsoft.com/v1.0/me
3
+ 2026-04-05 08:41:23 INFO: [GRAPH CLIENT] Final URL being sent to Microsoft: https://graph.microsoft.com/v1.0/me
4
+ 2026-04-05 08:41:23 INFO: [GRAPH CLIENT] Final URL being sent to Microsoft: https://graph.microsoft.com/v1.0/me/messages
5
+ 2026-04-05 08:41:23 INFO: [GRAPH CLIENT] Final URL being sent to Microsoft: https://graph.microsoft.com/v1.0/me/calendar
6
+ 2026-04-05 08:41:25 INFO: Using environment variables for secrets
7
+ 2026-04-05 08:41:25 INFO: Using environment variables for secrets
8
+ 2026-04-05 08:41:25 INFO: Using environment variables for secrets
9
+ 2026-04-05 08:41:25 INFO: Using environment variables for secrets
10
+ 2026-04-05 08:41:25 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.63.0",
3
+ "version": "0.63.1",
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",
@@ -398,7 +398,7 @@
398
398
  {
399
399
  "pathPattern": "/drives/{drive-id}/root",
400
400
  "method": "get",
401
- "toolName": "get-root-folder",
401
+ "toolName": "get-drive-root-item",
402
402
  "scopes": ["Files.Read"]
403
403
  },
404
404
  {
@@ -571,14 +571,6 @@
571
571
  "contentType": "text/html",
572
572
  "llmTip": "Body must be a full HTML document (with <html><head><title>...</title></head><body>...</body></html>). Partial HTML fails silently."
573
573
  },
574
- {
575
- "pathPattern": "/me/onenote/pages/{onenotePage-id}/content",
576
- "method": "patch",
577
- "toolName": "update-onenote-page",
578
- "scopes": ["Notes.ReadWrite"],
579
- "contentType": "application/json",
580
- "llmTip": "Updates page content using PATCH commands. Body is an array of patch actions: [{ target: 'body', action: 'append', content: '<p>New content</p>' }]. Actions: 'append' (add to end), 'replace' (replace target), 'insert' (insert after target). Target can be 'body', 'title', or a specific element ID."
581
- },
582
574
  {
583
575
  "pathPattern": "/me/onenote/pages/{onenotePage-id}",
584
576
  "method": "delete",