From 99d183e53539dceeee17a38a6717bb3cc2c83993 Mon Sep 17 00:00:00 2001 From: ZeroZipp Date: Fri, 22 May 2026 00:25:10 +0200 Subject: [PATCH] tiny update --- src/api/mcp.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/mcp.rs b/src/api/mcp.rs index 6cde5a8..ab57fe5 100644 --- a/src/api/mcp.rs +++ b/src/api/mcp.rs @@ -11,7 +11,7 @@ use serde_json::{Value, json}; type ApiResponse = (Status, RawJson); const JSONRPC_VERSION: &str = "2.0"; -const MCP_PROTOCOL_VERSION: &str = "2024-11-05"; +const MCP_PROTOCOL_VERSION: &str = "2025-11-25"; #[derive(Deserialize)] pub struct JsonRpcRequest { @@ -138,7 +138,7 @@ pub async fn route( }, }, server_info: ServerInfo { - name: "folyo-bridge", + name: env!("CARGO_PKG_NAME"), version: env!("CARGO_PKG_VERSION"), }, },