Skip to content

Commit 01f1228

Browse files
committed
chore: fix build issue
1 parent da78304 commit 01f1228

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

crates/rust-mcp-sdk/tests/test_client_runtime.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
use common::{test_client_info, TestClientHandler, NPX_SERVER_EVERYTHING, UVX_SERVER_GIT};
1+
use common::{test_client_info, TestClientHandler, NPX_SERVER_EVERYTHING};
22
use rust_mcp_sdk::{mcp_client::client_runtime, McpClient, StdioTransport, TransportOptions};
33

4+
#[cfg(unix)]
5+
use common::UVX_SERVER_GIT;
6+
47
#[path = "common/common.rs"]
58
pub mod common;
69

0 commit comments

Comments
 (0)