CliMcpCodeCommand class abstract

Abstract class for executing MCP code creation.

MCPコード作成を実行するための抽象クラス。

Implemented types
Implementers

Constructors

CliMcpCodeCommand({String fileName = ".mcp.json"})
Abstract class for executing MCP code creation.
const

Properties

description String
Command Description.
no setterinherited
example String?
Example of command input.
no setteroverride
fileName String
Defines the file name of the MCP code.
final
hashCode int
The hash code for this object.
no setterinherited
mcps Map<String, CliMcpCode>
Defines a list of AI code.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

exec(ExecContext context) Future<void>
Run command.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited