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

hashCode int
The hash code for this object.
no setterinherited
help bool
final
host String
final
path String
final
port int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transport TransportType
final
verbose bool
final

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.