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"), }, },