Class OracleToolSupport
java.lang.Object
org.ek9lang.mcp.oracle.OracleToolSupport
Shared utilities for Oracle MCP tools.
Provides argument extraction with validation and JSON serialization.
-
Method Summary
Modifier and TypeMethodDescriptionstatic intSafely extract a required integer argument.static StringSafely extract a required String argument.static ToolCallResultSerialize a map to a JSON ToolCallResult, with error handling.
-
Method Details
-
stringArg
-
intArg
-
toJson
Serialize a map to a JSON ToolCallResult, with error handling.
-