Skip to content

Commit 718b41f

Browse files
committed
bump protocol version
Not all the way there yet, but working on the last few updates in other branches.
1 parent b4ece68 commit 718b41f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎R/client.R‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ mcp_request_initialize <- function() {
405405
id = 1,
406406
method = "initialize",
407407
params = list(
408-
protocolVersion = "2024-11-05",
408+
protocolVersion = "2025-06-18",
409409
capabilities = list(
410410
tools = list(
411411
listChanged = FALSE

‎R/server.R‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ cat_json <- function(x) {
257257

258258
capabilities <- function() {
259259
list(
260-
protocolVersion = "2024-11-05",
260+
protocolVersion = "2025-06-18",
261261
capabilities = list(
262262
# logging = named_list(),
263263
prompts = named_list(

0 commit comments

Comments
 (0)