We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37423ef commit 18d642bCopy full SHA for 18d642b
mcp/cmd_test.go
@@ -24,7 +24,8 @@ import (
24
25
const runAsServer = "_MCP_RUN_AS_SERVER"
26
27
-// TODO: remove this flag and always check for goroutine leaks once issue with TestClientReplay is fixed
+// TODO: remove this flag and always check for goroutine leaks once
28
+// . https://github.com/modelcontextprotocol/go-sdk/issues/499 is fixed
29
var leakCheck = flag.Bool("leak", false, "enable goroutine leak checking")
30
31
type SayHiParams struct {
0 commit comments