We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0900fc9 commit 4e37df5Copy full SHA for 4e37df5
1 file changed
Sources/AgentRunKit/MCP/MCPClient.swift
@@ -3,7 +3,7 @@ import Foundation
3
private enum MCPConstants {
4
static let protocolVersion = "2025-06-18"
5
static let clientName = "AgentRunKit"
6
- static let clientVersion = "2.0.0"
+ static let clientVersion = "3.0.0"
7
}
8
9
private struct MCPInitializeResult: Decodable {
0 commit comments