Skip to content

Commit 18d642b

Browse files
committed
mcp: mention #499 in TODO note of leakCheck test flag
1 parent 37423ef commit 18d642b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mcp/cmd_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ import (
2424

2525
const runAsServer = "_MCP_RUN_AS_SERVER"
2626

27-
// TODO: remove this flag and always check for goroutine leaks once issue with TestClientReplay is fixed
27+
// TODO: remove this flag and always check for goroutine leaks once
28+
// . https://github.com/modelcontextprotocol/go-sdk/issues/499 is fixed
2829
var leakCheck = flag.Bool("leak", false, "enable goroutine leak checking")
2930

3031
type SayHiParams struct {

0 commit comments

Comments
 (0)