Skip to content

Commit cd3d3fb

Browse files
committed
Another fix attempt for server conformance tests in CI
1 parent f2ba02d commit cd3d3fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ModelContextProtocol.ConformanceTests/ConformanceTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ private static bool IsNodeInstalled()
219219
{
220220
var startInfo = new ProcessStartInfo
221221
{
222-
FileName = "node",
222+
FileName = "npx", // Check specifically for npx because windows seems unable to find it
223223
Arguments = "--version",
224224
RedirectStandardOutput = true,
225225
RedirectStandardError = true,

0 commit comments

Comments
 (0)