Package com.pnfsoftware.jeb.client.mcp
Class JebMcpServerInstance
java.lang.Object
com.pnfsoftware.jeb.client.mcp.JebMcpServerInstance
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JebMcpServer
get()
static JebMcpServer
start()
Start the singleton MCP server bound to the current JEB engines, using the default port and default endpoint.static JebMcpServer
Start the singleton MCP server bound to the current JEB engines.static boolean
stop()
Stop the singleton MCP server bound to the current JEB engines.
-
Field Details
-
DEFAULT_PORT
public static final int DEFAULT_PORT- See Also:
-
DEFAULT_ENDPOINT
- See Also:
-
-
Constructor Details
-
JebMcpServerInstance
public JebMcpServerInstance()
-
-
Method Details
-
get
-
start
Start the singleton MCP server bound to the current JEB engines, using the default port and default endpoint.- Returns:
-
start
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
-