File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,9 @@ Official Swift SDK for the [Model Context Protocol][mcp] (MCP).
6
6
7
7
The Model Context Protocol (MCP) defines a standardized way
8
8
for applications to communicate with AI and ML models.
9
- This Swift SDK provides a robust implementation of both client and server components.
9
+ This Swift SDK implements both client and server components
10
+ according to the [ 2025-03-26] [ mcp-spec-2025-03-26 ] (latest) version
11
+ of the MCP specification.
10
12
11
13
## Requirements
12
14
@@ -753,4 +755,5 @@ see the [GitHub Releases page](https://github.com/modelcontextprotocol/swift-sdk
753
755
754
756
This project is licensed under the MIT License.
755
757
756
- [ mcp ] : https://modelcontextprotocol.io
758
+ [ mcp ] : https://modelcontextprotocol.io
759
+ [ mcp-spec-2025-03-26 ] : https://modelcontextprotocol.io/specification/2025-03-26
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ import Foundation
4
4
/// following the format YYYY-MM-DD, to indicate
5
5
/// the last date backwards incompatible changes were made.
6
6
///
7
- /// - SeeAlso: https://spec.modelcontextprotocol.io/specification/2024-11-05/basic/versioning /
7
+ /// - SeeAlso: https://spec.modelcontextprotocol.io/specification/2025-03-26 /
8
8
public enum Version {
9
9
/// The current protocol version.
10
- public static let latest = " 2024-11-05 "
10
+ public static let latest = " 2025-03-26 "
11
11
}
You can’t perform that action at this time.
0 commit comments