HttpMcpServerConfig constructor

const HttpMcpServerConfig({
  1. required String url,
  2. Map<String, String>? headers,
  3. Map<String, dynamic>? oauth,
})

Implementation

const HttpMcpServerConfig({required this.url, this.headers, this.oauth});