Class JebMcpServerInstance

java.lang.Object
com.pnfsoftware.jeb.client.mcp.JebMcpServerInstance

public class JebMcpServerInstance extends Object
  • Field Details

  • Constructor Details

    • JebMcpServerInstance

      public JebMcpServerInstance()
  • Method Details

    • get

      public static JebMcpServer get()
    • start

      public static JebMcpServer start()
      Start the singleton MCP server bound to the current JEB engines, using the default port and default endpoint.
      Returns:
    • start

      public static JebMcpServer start(int preferredServerPort, String endpoint)
      Start the singleton MCP server bound to the current JEB engines.
      Parameters:
      preferredServerPort -
      endpoint -
      Returns:
    • stop

      public static boolean stop()
      Stop the singleton MCP server bound to the current JEB engines.
      Returns:
      success indicator