Class ToolGetCrossReferences

java.lang.Object
com.pnfsoftware.jeb.client.mcp.ToolGetCrossReferences
All Implemented Interfaces:
IToolDef

public class ToolGetCrossReferences extends Object implements IToolDef
DO NOT USE. This is just an example.
  • Constructor Details

    • ToolGetCrossReferences

      public ToolGetCrossReferences()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface IToolDef
      Returns:
      non-null
    • getTitle

      public String getTitle()
      Specified by:
      getTitle in interface IToolDef
      Returns:
      non-null
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface IToolDef
      Returns:
      non-null
    • getInputSchemaType

      public Class<?> getInputSchemaType()
      Specified by:
      getInputSchemaType in interface IToolDef
      Returns:
      non-null
    • getOutputSchemaType

      public Class<?> getOutputSchemaType()
      Specified by:
      getOutputSchemaType in interface IToolDef
      Returns:
      optional (may be null)
    • handle

      public io.modelcontextprotocol.spec.McpSchema.CallToolResult handle(JebMcpServer server, io.modelcontextprotocol.server.McpSyncServerExchange exchange, io.modelcontextprotocol.spec.McpSchema.CallToolRequest request)
      Specified by:
      handle in interface IToolDef