Uses of Class
com.pnfsoftware.jeb.client.mcp.JebMcpServer

Packages that use JebMcpServer
Package
Description
 
  • Uses of JebMcpServer in com.pnfsoftware.jeb.client.mcp

    Modifier and Type
    Method
    Description
    JebMcpServerInstance.get()
     
    JebMcpServerInstance.start()
    Start the singleton MCP server bound to the current JEB engines, using the default port and default endpoint.
    JebMcpServerInstance.start(int preferredServerPort, String endpoint)
    Start the singleton MCP server bound to the current JEB engines.
    Methods in com.pnfsoftware.jeb.client.mcp with parameters of type JebMcpServer
    Modifier and Type
    Method
    Description
    io.modelcontextprotocol.spec.McpSchema.CallToolResult
    IToolDef.handle(JebMcpServer server, io.modelcontextprotocol.server.McpSyncServerExchange exchange, io.modelcontextprotocol.spec.McpSchema.CallToolRequest request)
     
    io.modelcontextprotocol.spec.McpSchema.CallToolResult
    ToolGetCrossReferences.handle(JebMcpServer server, io.modelcontextprotocol.server.McpSyncServerExchange exchange, io.modelcontextprotocol.spec.McpSchema.CallToolRequest request)