Swift SDK for Model Context Protocol servers and clients
The repository appears to implement a client-server architecture, with the SDK providing classes for both Client
and Server
. It utilizes asynchronous operations extensively, using async
and await
keywords for handling communication. The design includes abstractions for transports, allowing for different communication channels like StdioTransport
.
Swift
114