Provides helpers for building MCP JSON Schema payloads.
public static class McpSchemaBuilder
kind:method, kind:property, kind:ctor. Press Esc to clear.BuildIntegerSchema(String)Builds an integer schema with a description.BuildNumberSchema(String)Builds a number schema with a description.BuildObjectSchema(String[]?, (String Name, JsonNode Schema)<String, JsonNode>[])Builds an object schema with optional required properties.BuildObjectSchema((String Name, JsonNode Schema)<String, JsonNode>[])Builds an object schema with no required properties.BuildStringSchema(String)Builds a string schema with a description.