Skip to content

Commit 5bbca40

Browse files
committed
mcp: fix typo in protocolVersion20241105
This version was so last year. Fixes #432
1 parent a082e07 commit 5bbca40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mcp/shared.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ const (
3636
latestProtocolVersion = protocolVersion20250618
3737
protocolVersion20250618 = "2025-06-18"
3838
protocolVersion20250326 = "2025-03-26"
39-
protocolVersion20251105 = "2024-11-05"
39+
protocolVersion20241105 = "2024-11-05"
4040
)
4141

4242
var supportedProtocolVersions = []string{
4343
protocolVersion20250618,
4444
protocolVersion20250326,
45-
protocolVersion20251105,
45+
protocolVersion20241105,
4646
}
4747

4848
// negotiatedVersion returns the effective protocol version to use, given a

0 commit comments

Comments
 (0)