McpServerConfig class sealed
An MCP server configuration referenced from Options.mcpServers.
Mirrors McpServerConfig (stdio / sse / http / sdk variants).
Constructors
-
McpServerConfig.fromJson(Map<
String, dynamic> json) -
Parses
jsoninto the matching variant. A missingtypedefaults tostdio(the SDK treatstypeas optional for stdio servers).factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Serializes to wire JSON.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited