类 McpServers

java.lang.Object
com.github.codeboyzhou.mcp.declarative.McpServers

public class McpServers extends Object
  • 构造器详细资料

    • McpServers

      public McpServers()
  • 方法详细资料

    • run

      public static McpServers run(Class<?> applicationMainClass, String[] args)
    • startSyncStdioServer

      @Deprecated(since="0.4.0") public void startSyncStdioServer(String name, String version, String instructions)
      已过时。
    • startSyncStdioServer

      public void startSyncStdioServer(McpServerInfo serverInfo)
    • startSyncSseServer

      public void startSyncSseServer(McpSseServerInfo serverInfo, McpHttpServerStatusListener<io.modelcontextprotocol.server.McpSyncServer> listener)
    • startSyncSseServer

      public void startSyncSseServer(McpSseServerInfo serverInfo)
    • startServer

      public void startServer(String configFileName)
    • startServer

      public void startServer()