From 5254df7aa14921babf4486bd0307090323e2c904 Mon Sep 17 00:00:00 2001 From: Gianluca Brigandi Date: Mon, 23 Jun 2025 12:37:16 -0700 Subject: [PATCH] Bumped Wazuh API version which fixes vulnerability fetching --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c52c38f..2fe27ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcp-server-wazuh" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "Wazuh SIEM MCP Server" authors = ["Gianluca Brigandi "] @@ -9,7 +9,7 @@ repository = "https://github.com/gbrigandi/mcp-server-wazuh" readme = "README.md" [dependencies] -wazuh-client = "0.1.2" +wazuh-client = "0.1.3" rmcp = { version = "0.1.5", features = ["server", "transport-io"] } tokio = { version = "1", features = ["full"] } reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false }