mirror of
https://github.com/gbrigandi/mcp-server-wazuh.git
synced 2025-07-13 15:14:48 -06:00
Bumped Wazuh API version which fixes vulnerability fetching
This commit is contained in:
parent
cc6f0871ca
commit
5254df7aa1
@ -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 <gbrigand@gmail.com>"]
|
||||
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user