@softeria/ms-365-mcp-server 0.3.4 → 0.3.5

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.
Files changed (2) hide show
  1. package/README.md +3 -14
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,13 +17,11 @@ A Model Context Protocol (MCP) server for interacting with Microsoft 365 service
17
17
  - Calendar event management
18
18
  - Mail operations
19
19
  - OneDrive file management
20
- - Microsoft Teams integration
21
20
  - OneNote notebooks and pages
22
21
  - To Do tasks and task lists
23
22
  - Planner plans and tasks
24
- - SharePoint sites and lists
25
23
  - Outlook contacts
26
- - User and group management
24
+ - User management
27
25
  - Dynamic tools powered by Microsoft Graph OpenAPI spec
28
26
  - Built on the Model Context Protocol
29
27
 
@@ -31,7 +29,7 @@ A Model Context Protocol (MCP) server for interacting with Microsoft 365 service
31
29
 
32
30
  Test login in Claude Desktop:
33
31
 
34
- ![Login example](![Image](https://github.com/user-attachments/assets/e457884f-c98a-4186-9e6f-eb323ec24e0a)
32
+ ![Login example](https://github.com/user-attachments/assets/e457884f-c98a-4186-9e6f-eb323ec24e0a)
35
33
 
36
34
  ## Examples
37
35
 
@@ -76,23 +74,14 @@ integration method.
76
74
  - Call the `login` tool (auto-checks existing token)
77
75
  - If needed, get URL+code, visit in browser
78
76
  - Use `verify-login` tool to confirm
79
- -
80
77
  2. **Optional CLI login**:
81
78
  ```bash
82
79
  npx @softeria/ms-365-mcp-server --login
83
80
  ```
84
- Follow the URL and code prompt in terminal.
81
+ Follow the URL and code prompt in the terminal.
85
82
 
86
83
  Tokens are cached securely in your OS credential store (fallback to file).
87
84
 
88
- ## Tools
89
-
90
- - **Authentication:** `login`, `logout`, `verify-login`
91
- - **Excel:** list worksheets, get/set ranges, format, sort, chart
92
- - **Calendar:** list/create/update/delete events
93
- - **Mail:** send, read, delete messages
94
- - **OneDrive:** upload, download, list files
95
-
96
85
  ## License
97
86
 
98
87
  MIT © 2025 Softeria
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@softeria/ms-365-mcp-server",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "Microsoft 365 MCP Server",
5
5
  "type": "module",
6
6
  "main": "index.mjs",