tiny update
This commit is contained in:
+2
-2
@@ -11,7 +11,7 @@ use serde_json::{Value, json};
|
||||
type ApiResponse = (Status, RawJson<String>);
|
||||
|
||||
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"),
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user