We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da78304 commit 01f1228Copy full SHA for 01f1228
1 file changed
crates/rust-mcp-sdk/tests/test_client_runtime.rs
@@ -1,6 +1,9 @@
1
-use common::{test_client_info, TestClientHandler, NPX_SERVER_EVERYTHING, UVX_SERVER_GIT};
+use common::{test_client_info, TestClientHandler, NPX_SERVER_EVERYTHING};
2
use rust_mcp_sdk::{mcp_client::client_runtime, McpClient, StdioTransport, TransportOptions};
3
4
+#[cfg(unix)]
5
+use common::UVX_SERVER_GIT;
6
+
7
#[path = "common/common.rs"]
8
pub mod common;
9
0 commit comments