McpServerState constructor
McpServerState({})
Implementation
McpServerState({
required this.name,
required this.uri,
this.status = ConnectionStatus.disconnected,
this.error,
List<String>? tools,
List<String>? resources,
this.connectedAt,
}) : tools = tools ?? [],
resources = resources ?? [];