mirror of
https://github.com/gbrigandi/mcp-server-wazuh.git
synced 2025-12-19 11:52:18 -06:00
* Using latest 0.1.8 wazuh-client-rs craate which fixes issue with
ordering: (#17) * Improved unmarshaling for indexer responses * Other minor changes.
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
//! Integration tests for the rmcp-based Wazuh MCP Server
|
||||
//!
|
||||
//!
|
||||
//! These tests verify the MCP server functionality using a mock Wazuh API server.
|
||||
//! Tests cover tool registration, parameter validation, alert retrieval, and error handling.
|
||||
|
||||
// Allow holding mutex guard across await in tests - this is intentional for test serialization
|
||||
#![allow(clippy::await_holding_lock)]
|
||||
|
||||
use std::process::{Child, Command, Stdio};
|
||||
use std::io::{BufRead, BufReader, Write};
|
||||
use std::time::Duration;
|
||||
|
||||
Reference in New Issue
Block a user