@softeria/ms-365-mcp-server 0.4.8 → 0.4.9
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.
- package/README.md +2 -2
- package/package.json +1 -1
- package/src/generated/README.md +1 -1
package/README.md
CHANGED
|
@@ -26,11 +26,11 @@ A Model Context Protocol (MCP) server for interacting with Microsoft 365 service
|
|
|
26
26
|
|
|
27
27
|
Test login in Claude Desktop:
|
|
28
28
|
|
|
29
|
-

|
|
30
30
|
|
|
31
31
|
## Examples
|
|
32
32
|
|
|
33
|
-

|
|
34
34
|
|
|
35
35
|
## Integration
|
|
36
36
|
|
package/package.json
CHANGED
package/src/generated/README.md
CHANGED
|
@@ -12,7 +12,7 @@ This directory contains the generated TypeScript client for the Microsoft 365 AP
|
|
|
12
12
|
### Version 1: AI-Generated Mappings
|
|
13
13
|
|
|
14
14
|
Our initial approach used AI to map Microsoft 365 documentation and OpenAPI specifications directly into MCP tools with
|
|
15
|
-
Zod mappings. While conceptually appealing, this approach didn't work well in practice and created several problems
|
|
15
|
+
Zod mappings. While conceptually appealing, this approach didn't work well in practice and created several problems.
|
|
16
16
|
|
|
17
17
|
### Version 2: Direct OpenAPI Spec Usage
|
|
18
18
|
|