类 McpServers

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

public class McpServers extends Object
  • 方法详细资料

    • run

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

      public void startStdioServer(McpServerInfo serverInfo)
    • startSseServer

      public void startSseServer(McpSseServerInfo serverInfo)
    • startStreamableServer

      public void startStreamableServer(McpStreamableServerInfo serverInfo)
    • startServer

      public void startServer(String configFileName)
    • startServer

      public void startServer()