Skip to content

Commit ad1e707

Browse files
committed
Fix Named Pipe name to PowerShell.MCP.Communication
1 parent a95e9b1 commit ad1e707

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cross-platform-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ jobs:
273273
274274
# Wait for Named Pipe server to be ready
275275
Write-Host "Waiting for Named Pipe server..."
276-
$pipeName = "PowerShell.MCP.$($bgProcess.Id)"
276+
$pipeName = "PowerShell.MCP.Communication"
277277
$pipeReady = $false
278278
for ($i = 0; $i -lt 30; $i++) {
279279
Start-Sleep -Milliseconds 500

0 commit comments

Comments
 (0)