Update server.go

This commit is contained in:
公明
2026-04-07 11:51:35 +08:00
committed by GitHub
parent ce5f20c11e
commit cf1c9c199c
+1 -1
View File
@@ -444,7 +444,7 @@ func (s *Server) handleCallTool(msg *Message) *Message {
}
}
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Minute)
ctx, cancel := context.WithTimeout(context.Background(), 30*time.Minute)
defer cancel()
s.logger.Info("开始执行工具",