servers
: Declares all components (Servers) used in the current process. Here, the example sayhello
Server is used.pipeline
: Defines the calling order of the functional functions (Tools) in the Server. In this example, the greet
tool function of the sayhello
Server is called, which outputs a welcome message.greet
tool here (such as the name in the welcome message).