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 29b65fd commit c8c9376Copy full SHA for c8c9376
pkg/http/http.go
@@ -84,7 +84,7 @@ func Serve(ctx context.Context, mcpServer *mcp.Server, staticConfig *config.Stat
84
defer cancel()
85
86
sigChan := make(chan os.Signal, 1)
87
- signal.Notify(sigChan, syscall.SIGINT, syscall.SIGTERM)
+ signal.Notify(sigChan, syscall.SIGINT, syscall.SIGHUP, syscall.SIGTERM)
88
89
serverErr := make(chan error, 1)
90
go func() {
0 commit comments