We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32cf6cb commit fd26c30Copy full SHA for fd26c30
Sources/MCP/Base/Versioning.swift
@@ -4,8 +4,8 @@ import Foundation
4
/// following the format YYYY-MM-DD, to indicate
5
/// the last date backwards incompatible changes were made.
6
///
7
-/// - SeeAlso: https://spec.modelcontextprotocol.io/specification/2024-11-05/basic/versioning/
+/// - SeeAlso: https://spec.modelcontextprotocol.io/specification/2025-03-26/
8
public enum Version {
9
/// The current protocol version.
10
- public static let latest = "2024-11-05"
+ public static let latest = "2025-03-26"
11
}
0 commit comments