Skip to content

Commit 4e37df5

Browse files
committed
update(release): bump mcp client version to 3.0.0
1 parent 0900fc9 commit 4e37df5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/AgentRunKit/MCP/MCPClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Foundation
33
private enum MCPConstants {
44
static let protocolVersion = "2025-06-18"
55
static let clientName = "AgentRunKit"
6-
static let clientVersion = "2.0.0"
6+
static let clientVersion = "3.0.0"
77
}
88

99
private struct MCPInitializeResult: Decodable {

0 commit comments

Comments
 (0)