Record Class的使用
com.github.codeboyzhou.mcp.declarative.configuration.McpServerStreamable
使用McpServerStreamable的程序包
-
com.github.codeboyzhou.mcp.declarative.configuration中McpServerStreamable的使用
修饰符和类型方法说明McpServerStreamable.Builder.build()Builds an instance ofMcpServerStreamablewith the configured values.static McpServerStreamableMcpServerStreamable.getDefault()Returns the default streamable http server configuration of the MCP server.McpServerConfiguration.streamable()返回streamable记录组件的值。修饰符和类型方法说明McpServerConfiguration.Builder.streamable(McpServerStreamable streamable) Sets the streamable configuration.限定符构造器说明McpServerConfiguration(String profile, Boolean enabled, ServerMode mode, String name, String version, ServerType type, String instructions, Long requestTimeout, McpServerCapabilities capabilities, McpServerChangeNotification changeNotification, McpServerSSE sse, McpServerStreamable streamable) 创建McpServerConfiguration记录的实例。