@mcp-z/mcp-outlook 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -51,9 +51,9 @@ MCP supports stdio and HTTP.
51
51
  4. Choose a name and select a supported account type.
52
52
  5. Copy the Application (client) ID and Directory (tenant) ID.
53
53
 
54
- ## OAuth configuration
54
+ ## OAuth modes
55
55
 
56
- Configure via environment variables or the `env` block in `.mcp.json`. Use `server.json` for the full list of options.
56
+ Configure via environment variables or the `env` block in `.mcp.json`. See `server.json` for the full list of options.
57
57
 
58
58
  ### Loopback OAuth (default)
59
59
 
@@ -101,7 +101,7 @@ Useful for headless or remote environments.
101
101
  }
102
102
  ```
103
103
 
104
- ### DCR (Dynamic Client Registration)
104
+ ### DCR (self-hosted)
105
105
 
106
106
  HTTP only. Requires a public base URL.
107
107
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcp-z/mcp-outlook",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "MCP server for Outlook integration with OAuth authentication, message search, and batch operations",
5
5
  "keywords": [
6
6
  "outlook",