Releases: gsabran/mcp-swift-sdk
Releases · gsabran/mcp-swift-sdk
v0.2.3
Minor changes:
- remove external macro for initialization. This will make the client have no macro dependency (the server still has a useful one for generating JSON schema for its tools)
- add an example for using SSE on the server
v0.2.2
- Include demo app
- fix issue when the local tool returns a large response that is chunked by stdio
- fix issue where the PATH was not loaded correctly
v0.2.1
Improve support for stdio over MacOS
v0.2.0
Changes:
- Server SDK
- Misc improvements to the client SDK, mostly around testing
v0.1.0
Initial release:
- Swift MCP client, fully compliant with the MCP specs.
Missing features:
- client: ability to cancel requests
- server: not started
- demo host app: not started