From 2770024821173deae5afb8c46f187c662ee00713 Mon Sep 17 00:00:00 2001 From: Mattt Zmuda Date: Thu, 14 Aug 2025 04:35:32 -0700 Subject: [PATCH] Update README to document support for Alpine Linux --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 98d596f8..ac23a4c3 100644 --- a/README.md +++ b/README.md @@ -833,15 +833,13 @@ The Swift SDK has the following platform requirements: | watchOS | 9.0+ | | tvOS | 16.0+ | | visionOS | 1.0+ | -| Linux | Distributions with `glibc` | +| Linux | Distributions with `glibc` or `musl`, including Ubuntu, Debian, Fedora, and Alpine Linux | While the core library works on any platform supporting Swift 6 (including Linux and Windows), running a client or server requires a compatible transport. -We're actively working to expand platform support: -- [Alpine Linux support](https://github.com/modelcontextprotocol/swift-sdk/pull/64) -- [Windows support](https://github.com/modelcontextprotocol/swift-sdk/pull/64) +We're working to add [Windows support](https://github.com/modelcontextprotocol/swift-sdk/pull/64). ## Debugging and Logging