Skip to content

Commit 80ef38b

Browse files
clean diff
1 parent 8ab66a9 commit 80ef38b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

mcp/shared.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ const (
3333
//
3434
// It is the version that the client sends in the initialization request, and
3535
// the default version used by the server.
36-
latestProtocolVersion = protocolVersion20250618
37-
38-
protocolVersion20250618 = "2025-06-18" // latest stable version
36+
latestProtocolVersion = protocolVersion20250618
37+
protocolVersion20250618 = "2025-06-18"
3938
protocolVersion20250326 = "2025-03-26"
4039
protocolVersion20241105 = "2024-11-05"
4140
)

0 commit comments

Comments
 (0)