PluginManifest constructor
const
PluginManifest({})
Implementation
const PluginManifest({
required this.name,
required this.version,
this.description,
this.author,
this.commands = const [],
this.skills = const [],
this.hooks = const [],
this.mcpServers = const [],
this.outputStyles = const [],
});