McpServerConfig constructor
const
McpServerConfig({})
Implementation
const McpServerConfig({
required this.name,
required this.version,
this.capabilities = const ServerCapabilities(),
this.enableDebugLogging = false,
this.maxConnections = 100,
this.requestTimeout = const Duration(seconds: 30),
this.enableMetrics = false,
});