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

Commit 593a1c7

Browse files
authored
Update README.md to describe archiving
1 parent 985827e commit 593a1c7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66

77
Swift implementation of the [Model Context Protocol](https://modelcontextprotocol.io) (MCP), providing both client and server capabilities for integrating with LLM surfaces.
88

9+
## Archive notice
10+
Given that another package was chosen by Anthropic as [their official Swift MCP SDK]([url](https://github.com/modelcontextprotocol/swift-sdk)), this package will not be maintained anymore. Particularly it will not support future changes to the MCP specs.
11+
While I would have liked to keep maintaining it, it doesn't seem to make sense to dedicate significant time to doing so given the official recommendation.
12+
Thanks to all those who contributed to this project, and provided feedback ❤️.
13+
914
## Overview
1015

1116
The Model Context Protocol allows applications to provide context for LLMs in a standardized way, separating the concerns of providing context from the actual LLM interaction. This Swift SDK implements the full MCP specification for the client, making it easy to:

0 commit comments

Comments
 (0)