@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.
- package/README.md +3 -3
- 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
|
|
54
|
+
## OAuth modes
|
|
55
55
|
|
|
56
|
-
Configure via environment variables or the `env` block in `.mcp.json`.
|
|
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 (
|
|
104
|
+
### DCR (self-hosted)
|
|
105
105
|
|
|
106
106
|
HTTP only. Requires a public base URL.
|
|
107
107
|
|