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
Update README with information about transports and platform availability (#76)
* Update README with information about transports and platform availability
* Add footnote about WIP Alpine Linux and Windows support
* Move discussion of platform availability to separate section
* Add link from requirements to platform availability section
using Apple's [Networking framework](https://developer.apple.com/documentation/network).
166
+
Available exclusively on Apple platforms.
167
+
168
+
You can implement a custom transport for platforms without built-in support. [^1]
169
+
170
+
For custom transport implementation details,
171
+
see the [`Transport` protocol](/Sources/MCP/Base/Transport.swift).
172
+
173
+
[^1]: We're working to add stdio transport support for [Alpine Linux](https://github.com/modelcontextprotocol/swift-sdk/pull/64) and [Windows](https://github.com/modelcontextprotocol/swift-sdk/pull/64). If you're interested in either of those platforms, please take a look at their respective PRs and leave a comment!
174
+
157
175
## Changelog
158
176
159
177
This project follows [Semantic Versioning](https://semver.org/).
@@ -166,4 +184,4 @@ see the [GitHub Releases page](https://github.com/modelcontextprotocol/swift-sdk
0 commit comments