@softeria/ms-365-mcp-server 0.48.0 → 0.48.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.
@@ -581,7 +581,6 @@
581
581
  "pathPattern": "/chats/{chat-id}/members",
582
582
  "method": "get",
583
583
  "toolName": "list-chat-members",
584
- "scopes": ["ChatMember.Read"],
585
584
  "workScopes": ["ChatMember.Read"],
586
585
  "llmTip": "Lists members of a chat. Each member has displayName, email, roles (owner/guest), and visibleHistoryStartDateTime. For meeting chats, use the chatInfo.threadId from get-online-meeting as the chat-id to see who participated in the meeting chat."
587
586
  },
@@ -1,10 +1,10 @@
1
- 2026-03-31 07:35:42 INFO: [GRAPH CLIENT] Final URL being sent to Microsoft: https://graph.microsoft.com/v1.0/me
2
- 2026-03-31 07:35:42 INFO: [GRAPH CLIENT] Final URL being sent to Microsoft: https://graph.microsoft.com/v1.0/me
3
- 2026-03-31 07:35:42 INFO: [GRAPH CLIENT] Final URL being sent to Microsoft: https://graph.microsoft.com/v1.0/me
4
- 2026-03-31 07:35:42 INFO: [GRAPH CLIENT] Final URL being sent to Microsoft: https://graph.microsoft.com/v1.0/me/messages
5
- 2026-03-31 07:35:42 INFO: [GRAPH CLIENT] Final URL being sent to Microsoft: https://graph.microsoft.com/v1.0/me/calendar
6
- 2026-03-31 07:35:44 INFO: Using environment variables for secrets
7
- 2026-03-31 07:35:44 INFO: Using environment variables for secrets
8
- 2026-03-31 07:35:44 INFO: Using environment variables for secrets
9
- 2026-03-31 07:35:44 INFO: Using environment variables for secrets
10
- 2026-03-31 07:35:44 INFO: Using environment variables for secrets
1
+ 2026-03-31 07:55:43 INFO: [GRAPH CLIENT] Final URL being sent to Microsoft: https://graph.microsoft.com/v1.0/me
2
+ 2026-03-31 07:55:43 INFO: [GRAPH CLIENT] Final URL being sent to Microsoft: https://graph.microsoft.com/v1.0/me
3
+ 2026-03-31 07:55:43 INFO: [GRAPH CLIENT] Final URL being sent to Microsoft: https://graph.microsoft.com/v1.0/me
4
+ 2026-03-31 07:55:43 INFO: [GRAPH CLIENT] Final URL being sent to Microsoft: https://graph.microsoft.com/v1.0/me/messages
5
+ 2026-03-31 07:55:43 INFO: [GRAPH CLIENT] Final URL being sent to Microsoft: https://graph.microsoft.com/v1.0/me/calendar
6
+ 2026-03-31 07:55:44 INFO: Using environment variables for secrets
7
+ 2026-03-31 07:55:44 INFO: Using environment variables for secrets
8
+ 2026-03-31 07:55:44 INFO: Using environment variables for secrets
9
+ 2026-03-31 07:55:44 INFO: Using environment variables for secrets
10
+ 2026-03-31 07:55:44 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.48.0",
3
+ "version": "0.48.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",
@@ -581,7 +581,6 @@
581
581
  "pathPattern": "/chats/{chat-id}/members",
582
582
  "method": "get",
583
583
  "toolName": "list-chat-members",
584
- "scopes": ["ChatMember.Read"],
585
584
  "workScopes": ["ChatMember.Read"],
586
585
  "llmTip": "Lists members of a chat. Each member has displayName, email, roles (owner/guest), and visibleHistoryStartDateTime. For meeting chats, use the chatInfo.threadId from get-online-meeting as the chat-id to see who participated in the meeting chat."
587
586
  },