类 McpServerChangeNotification.Builder
java.lang.Object
com.github.codeboyzhou.mcp.declarative.configuration.McpServerChangeNotification.Builder
Builder class for
McpServerChangeNotification.-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()Builds an instance ofMcpServerChangeNotificationwith the configured values.Sets the prompt change notification flag.Sets the resource change notification flag.Sets the tool change notification flag.
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
resource
Sets the resource change notification flag.- 参数:
resource- The resource change notification flag.- 返回:
- This builder instance.
-
prompt
Sets the prompt change notification flag.- 参数:
prompt- The prompt change notification flag.- 返回:
- This builder instance.
-
tool
Sets the tool change notification flag.- 参数:
tool- The tool change notification flag.- 返回:
- This builder instance.
-
build
Builds an instance ofMcpServerChangeNotificationwith the configured values.- 返回:
- A new instance of
McpServerChangeNotification.
-