getRootHandler function
Implementation
Future<CallToolResult> getRootHandler(
Map<String, dynamic> args,
dynamic extra,
) async {
return CallToolResult(
content: [
TextContent(
text: "🍎 Hello! This is the Cymbal Superstore Inventory API.",
),
],
);
}