ServerConfig class
Configuration for the Finance MCP Server.
Constructors
- ServerConfig({required TransportType transport, required String host, required int port, required String path, required bool verbose, required bool help})
-
ServerConfig.fromArgs(List<
String> args) -
Parses command line arguments into a ServerConfig.
factory
Properties
Methods
-
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
Static Methods
-
printUsage(
) → void - Prints the usage information to stderr.