We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21742ae commit 0f6a6bbCopy full SHA for 0f6a6bb
1 file changed
crates/rust-mcp-sdk/tests/test_client_runtime.rs
@@ -27,6 +27,7 @@ async fn tets_client_launch_npx_server() {
27
assert!(server_capabilities.tools.is_some());
28
}
29
30
+#[cfg(unix)]
31
#[tokio::test]
32
async fn tets_client_launch_uvx_server() {
33
// The Python-based MCP server should launch successfully
0 commit comments