@softeria/ms-365-mcp-server 0.47.1 → 0.47.2

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.
@@ -662,56 +662,49 @@
662
662
  "pathPattern": "/teams/{team-id}/tags",
663
663
  "method": "get",
664
664
  "toolName": "list-team-tags",
665
- "workScopes": ["TeamworkTag.Read.All"],
665
+ "workScopes": ["TeamworkTag.Read"],
666
666
  "llmTip": "List all tags in a team. Returns tag id, displayName, memberCount, and tagType (standard or scheduled). Use list-joined-teams to find the team ID first."
667
667
  },
668
668
  {
669
669
  "pathPattern": "/teams/{team-id}/tags",
670
670
  "method": "post",
671
671
  "toolName": "create-team-tag",
672
- "workScopes": ["TeamworkTag.ReadWrite.All"],
672
+ "workScopes": ["TeamworkTag.ReadWrite"],
673
673
  "llmTip": "Create a new tag in a team. Body requires displayName (max 40 chars) and an optional members array (max 25 at creation, each with a userId). Use list-team-members to find user IDs. Add more members individually with add-team-tag-member after creation."
674
674
  },
675
675
  {
676
676
  "pathPattern": "/teams/{team-id}/tags/{teamworkTag-id}",
677
677
  "method": "get",
678
678
  "toolName": "get-team-tag",
679
- "workScopes": ["TeamworkTag.Read.All"],
679
+ "workScopes": ["TeamworkTag.Read"],
680
680
  "llmTip": "Get details of a specific tag including displayName, memberCount, and tagType. Use list-team-tags to find the tag ID."
681
681
  },
682
682
  {
683
683
  "pathPattern": "/teams/{team-id}/tags/{teamworkTag-id}",
684
684
  "method": "patch",
685
685
  "toolName": "update-team-tag",
686
- "workScopes": ["TeamworkTag.ReadWrite.All"],
686
+ "workScopes": ["TeamworkTag.ReadWrite"],
687
687
  "llmTip": "Update a tag's displayName (max 40 chars). Use list-team-tags to find the tag ID."
688
688
  },
689
689
  {
690
690
  "pathPattern": "/teams/{team-id}/tags/{teamworkTag-id}",
691
691
  "method": "delete",
692
692
  "toolName": "delete-team-tag",
693
- "workScopes": ["TeamworkTag.ReadWrite.All"],
693
+ "workScopes": ["TeamworkTag.ReadWrite"],
694
694
  "llmTip": "Permanently delete a tag from a team. This action is irreversible. Use list-team-tags to find the tag ID."
695
695
  },
696
696
  {
697
697
  "pathPattern": "/teams/{team-id}/tags/{teamworkTag-id}/members",
698
698
  "method": "get",
699
699
  "toolName": "list-team-tag-members",
700
- "workScopes": ["TeamworkTag.Read.All"],
700
+ "workScopes": ["TeamworkTag.Read"],
701
701
  "llmTip": "List all members of a specific tag. Returns member id, displayName, tenantId, and userId. Use list-team-tags to find the tag ID."
702
702
  },
703
- {
704
- "pathPattern": "/teams/{team-id}/tags/{teamworkTag-id}/members",
705
- "method": "post",
706
- "toolName": "add-team-tag-member",
707
- "workScopes": ["TeamworkTag.ReadWrite.All"],
708
- "llmTip": "Add a member to an existing tag. Body requires userId. Use list-team-members to find the user ID. Max 200 members per tag. Note: this operation requires application permissions (delegated not supported)."
709
- },
710
703
  {
711
704
  "pathPattern": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}",
712
705
  "method": "delete",
713
706
  "toolName": "remove-team-tag-member",
714
- "workScopes": ["TeamworkTag.ReadWrite.All"],
707
+ "workScopes": ["TeamworkTag.ReadWrite"],
715
708
  "llmTip": "Remove a member from a tag. Use list-team-tag-members to find the member ID."
716
709
  },
717
710
  {
@@ -8124,22 +8124,6 @@ To monitor future changes, call the delta API by using the @odata.deltaLink in t
8124
8124
  ],
8125
8125
  response: z.void()
8126
8126
  },
8127
- {
8128
- method: "post",
8129
- path: "/teams/:teamId/tags/:teamworkTagId/members",
8130
- alias: "add-team-tag-member",
8131
- description: `Create a new teamworkTagMember object in a team.`,
8132
- requestFormat: "json",
8133
- parameters: [
8134
- {
8135
- name: "body",
8136
- description: `New navigation property`,
8137
- type: "Body",
8138
- schema: microsoft_graph_teamworkTagMember
8139
- }
8140
- ],
8141
- response: z.void()
8142
- },
8143
8127
  {
8144
8128
  method: "delete",
8145
8129
  path: "/teams/:teamId/tags/:teamworkTagId/members/:teamworkTagMemberId",
@@ -1,10 +1,10 @@
1
- 2026-03-25 13:58:07 INFO: [GRAPH CLIENT] Final URL being sent to Microsoft: https://graph.microsoft.com/v1.0/me
2
- 2026-03-25 13:58:07 INFO: [GRAPH CLIENT] Final URL being sent to Microsoft: https://graph.microsoft.com/v1.0/me
3
- 2026-03-25 13:58:07 INFO: [GRAPH CLIENT] Final URL being sent to Microsoft: https://graph.microsoft.com/v1.0/me
4
- 2026-03-25 13:58:07 INFO: [GRAPH CLIENT] Final URL being sent to Microsoft: https://graph.microsoft.com/v1.0/me/messages
5
- 2026-03-25 13:58:07 INFO: [GRAPH CLIENT] Final URL being sent to Microsoft: https://graph.microsoft.com/v1.0/me/calendar
6
- 2026-03-25 13:58:09 INFO: Using environment variables for secrets
7
- 2026-03-25 13:58:09 INFO: Using environment variables for secrets
8
- 2026-03-25 13:58:09 INFO: Using environment variables for secrets
9
- 2026-03-25 13:58:09 INFO: Using environment variables for secrets
10
- 2026-03-25 13:58:09 INFO: Using environment variables for secrets
1
+ 2026-03-25 16:38:47 INFO: [GRAPH CLIENT] Final URL being sent to Microsoft: https://graph.microsoft.com/v1.0/me
2
+ 2026-03-25 16:38:47 INFO: [GRAPH CLIENT] Final URL being sent to Microsoft: https://graph.microsoft.com/v1.0/me
3
+ 2026-03-25 16:38:47 INFO: [GRAPH CLIENT] Final URL being sent to Microsoft: https://graph.microsoft.com/v1.0/me
4
+ 2026-03-25 16:38:48 INFO: [GRAPH CLIENT] Final URL being sent to Microsoft: https://graph.microsoft.com/v1.0/me/messages
5
+ 2026-03-25 16:38:48 INFO: [GRAPH CLIENT] Final URL being sent to Microsoft: https://graph.microsoft.com/v1.0/me/calendar
6
+ 2026-03-25 16:38:49 INFO: Using environment variables for secrets
7
+ 2026-03-25 16:38:49 INFO: Using environment variables for secrets
8
+ 2026-03-25 16:38:49 INFO: Using environment variables for secrets
9
+ 2026-03-25 16:38:49 INFO: Using environment variables for secrets
10
+ 2026-03-25 16:38:49 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.47.1",
3
+ "version": "0.47.2",
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",
@@ -662,56 +662,49 @@
662
662
  "pathPattern": "/teams/{team-id}/tags",
663
663
  "method": "get",
664
664
  "toolName": "list-team-tags",
665
- "workScopes": ["TeamworkTag.Read.All"],
665
+ "workScopes": ["TeamworkTag.Read"],
666
666
  "llmTip": "List all tags in a team. Returns tag id, displayName, memberCount, and tagType (standard or scheduled). Use list-joined-teams to find the team ID first."
667
667
  },
668
668
  {
669
669
  "pathPattern": "/teams/{team-id}/tags",
670
670
  "method": "post",
671
671
  "toolName": "create-team-tag",
672
- "workScopes": ["TeamworkTag.ReadWrite.All"],
672
+ "workScopes": ["TeamworkTag.ReadWrite"],
673
673
  "llmTip": "Create a new tag in a team. Body requires displayName (max 40 chars) and an optional members array (max 25 at creation, each with a userId). Use list-team-members to find user IDs. Add more members individually with add-team-tag-member after creation."
674
674
  },
675
675
  {
676
676
  "pathPattern": "/teams/{team-id}/tags/{teamworkTag-id}",
677
677
  "method": "get",
678
678
  "toolName": "get-team-tag",
679
- "workScopes": ["TeamworkTag.Read.All"],
679
+ "workScopes": ["TeamworkTag.Read"],
680
680
  "llmTip": "Get details of a specific tag including displayName, memberCount, and tagType. Use list-team-tags to find the tag ID."
681
681
  },
682
682
  {
683
683
  "pathPattern": "/teams/{team-id}/tags/{teamworkTag-id}",
684
684
  "method": "patch",
685
685
  "toolName": "update-team-tag",
686
- "workScopes": ["TeamworkTag.ReadWrite.All"],
686
+ "workScopes": ["TeamworkTag.ReadWrite"],
687
687
  "llmTip": "Update a tag's displayName (max 40 chars). Use list-team-tags to find the tag ID."
688
688
  },
689
689
  {
690
690
  "pathPattern": "/teams/{team-id}/tags/{teamworkTag-id}",
691
691
  "method": "delete",
692
692
  "toolName": "delete-team-tag",
693
- "workScopes": ["TeamworkTag.ReadWrite.All"],
693
+ "workScopes": ["TeamworkTag.ReadWrite"],
694
694
  "llmTip": "Permanently delete a tag from a team. This action is irreversible. Use list-team-tags to find the tag ID."
695
695
  },
696
696
  {
697
697
  "pathPattern": "/teams/{team-id}/tags/{teamworkTag-id}/members",
698
698
  "method": "get",
699
699
  "toolName": "list-team-tag-members",
700
- "workScopes": ["TeamworkTag.Read.All"],
700
+ "workScopes": ["TeamworkTag.Read"],
701
701
  "llmTip": "List all members of a specific tag. Returns member id, displayName, tenantId, and userId. Use list-team-tags to find the tag ID."
702
702
  },
703
- {
704
- "pathPattern": "/teams/{team-id}/tags/{teamworkTag-id}/members",
705
- "method": "post",
706
- "toolName": "add-team-tag-member",
707
- "workScopes": ["TeamworkTag.ReadWrite.All"],
708
- "llmTip": "Add a member to an existing tag. Body requires userId. Use list-team-members to find the user ID. Max 200 members per tag. Note: this operation requires application permissions (delegated not supported)."
709
- },
710
703
  {
711
704
  "pathPattern": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}",
712
705
  "method": "delete",
713
706
  "toolName": "remove-team-tag-member",
714
- "workScopes": ["TeamworkTag.ReadWrite.All"],
707
+ "workScopes": ["TeamworkTag.ReadWrite"],
715
708
  "llmTip": "Remove a member from a tag. Use list-team-tag-members to find the member ID."
716
709
  },
717
710
  {