类 McpSyncServerFactory
java.lang.Object
com.github.codeboyzhou.mcp.declarative.server.McpSyncServerFactory
- 所有已实现的接口:
McpServerFactory<io.modelcontextprotocol.server.McpSyncServer>
public class McpSyncServerFactory
extends Object
implements McpServerFactory<io.modelcontextprotocol.server.McpSyncServer>
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明io.modelcontextprotocol.server.McpSyncServercreate(McpServerInfo serverInfo, io.modelcontextprotocol.spec.McpServerTransportProvider transportProvider) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.github.codeboyzhou.mcp.declarative.server.McpServerFactory
configureServerCapabilities
-
构造器详细资料
-
McpSyncServerFactory
public McpSyncServerFactory()
-
-
方法详细资料
-
create
public io.modelcontextprotocol.server.McpSyncServer create(McpServerInfo serverInfo, io.modelcontextprotocol.spec.McpServerTransportProvider transportProvider) - 指定者:
create在接口中McpServerFactory<io.modelcontextprotocol.server.McpSyncServer>
-