You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: remove Docker support — obsolete for stdio MCP server (v0.1.5)
- Delete Dockerfile and .dockerignore
- Remove Docker section from README
- MCP is distributed via npx; Docker adds no value for stdio transport
- PAC CLI auth (recommended) does not work in containers
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,14 @@ Format: [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) — [Semantic V
17
17
18
18
---
19
19
20
+
## [0.1.5] — 2026-02-21
21
+
22
+
### Removed
23
+
- Removed `Dockerfile` and `.dockerignore` — Docker adds unnecessary complexity for an stdio-based MCP server distributed via `npx`; PAC CLI auth (recommended) does not work in containers
The server ships as a single-process stdio MCP server — no HTTP port is exposed.
224
-
**MSAL client credentials** is the recommended auth mode for containers; `PAC_CLI` mode requires an interactive device-code flow and is not suitable for container environments.
0 commit comments