We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a95e9b1 commit ad1e707Copy full SHA for ad1e707
1 file changed
.github/workflows/cross-platform-test.yml
@@ -273,7 +273,7 @@ jobs:
273
274
# Wait for Named Pipe server to be ready
275
Write-Host "Waiting for Named Pipe server..."
276
- $pipeName = "PowerShell.MCP.$($bgProcess.Id)"
+ $pipeName = "PowerShell.MCP.Communication"
277
$pipeReady = $false
278
for ($i = 0; $i -lt 30; $i++) {
279
Start-Sleep -Milliseconds 500
0 commit comments