Package com.pnfsoftware.jeb.client.mcp
Class ToolGetCrossReferences
java.lang.Object
com.pnfsoftware.jeb.client.mcp.ToolGetCrossReferences
- All Implemented Interfaces:
IToolDef
DO NOT USE. This is just an example.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ToolGetCrossReferences
public ToolGetCrossReferences()
-
-
Method Details
-
getName
-
getTitle
-
getDescription
- Specified by:
getDescription
in interfaceIToolDef
- Returns:
- non-null
-
getInputSchemaType
- Specified by:
getInputSchemaType
in interfaceIToolDef
- Returns:
- non-null
-
getOutputSchemaType
- Specified by:
getOutputSchemaType
in interfaceIToolDef
- 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)
-