Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Releases: gsabran/mcp-swift-sdk

v0.2.3

14 Mar 03:45
5399ccc
Compare
Choose a tag to compare

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

06 Mar 01:43
001947d
Compare
Choose a tag to compare
  • 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

28 Feb 05:01
8979940
Compare
Choose a tag to compare

Improve support for stdio over MacOS

v0.2.0

28 Dec 21:18
e0c71aa
Compare
Choose a tag to compare

Changes:

  • Server SDK
  • Misc improvements to the client SDK, mostly around testing

v0.1.0

18 Dec 22:28
Compare
Choose a tag to compare

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