File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -17,24 +17,12 @@ Describe 'Tests for MCP server' {
17
17
$mcp.StandardInput.WriteLine ($request )
18
18
$mcp.StandardInput.Flush ()
19
19
if (! $notify ) {
20
- write-verbose - verbose " peeking stdout"
21
20
while ($mcp.StandardOutput.Peek () -eq -1 ) {
22
21
Start-Sleep - Milliseconds 100
23
22
}
24
- <<<<<<< HEAD
25
23
while ($mcp.StandardError.Peek () -ne -1 ) {
26
24
$stderr = $mcp.StandardError.ReadLine ()
27
- Write-Verbose - Verbose " MCP STDERR: $stderr "
28
25
}
29
- ||||||| parent of 5829321b (add test tracing)
30
- =======
31
- write-verbose - verbose " peeking stderr"
32
- while ($mcp.StandardError.Peek () -ne -1 ) {
33
- $stderr = $mcp.StandardError.ReadLine ()
34
- Write-Verbose - Verbose " MCP STDERR: $stderr "
35
- }
36
- write-verbose - verbose " reading stdout"
37
- >>>>>>> 5829321b (add test tracing)
38
26
$stdout = $mcp.StandardOutput.ReadLine ()
39
27
return ($stdout | ConvertFrom-Json - Depth 30 )
40
28
}
You can’t perform that action at this time.
0 commit comments