mcp-swift-sdk

Swift

Swift SDK for Model Context Protocol servers and clients

Protocol Implementations
API Frameworks
Developer Tooling

Architecture and Design Patterns

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.

About

Language

Swift

Stars

114

Categories

Protocol ImplementationsAPI FrameworksDeveloper Tooling