generateJson property

bool generateJson
final

Whether to generate a JSON metadata file in addition to Dart code.

When true, the generator will create a .mcp.json file containing tool metadata and schema definitions.

Implementation

final bool generateJson;