Skip to content

Commit fd26c30

Browse files
committed
Set latest version to 2025-03-26
1 parent 32cf6cb commit fd26c30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/MCP/Base/Versioning.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import Foundation
44
/// following the format YYYY-MM-DD, to indicate
55
/// the last date backwards incompatible changes were made.
66
///
7-
/// - SeeAlso: https://spec.modelcontextprotocol.io/specification/2024-11-05/basic/versioning/
7+
/// - SeeAlso: https://spec.modelcontextprotocol.io/specification/2025-03-26/
88
public enum Version {
99
/// The current protocol version.
10-
public static let latest = "2024-11-05"
10+
public static let latest = "2025-03-26"
1111
}

0 commit comments

Comments
 (0)