HttpSseTransport constructor

HttpSseTransport({
  1. McpLimits limits = const McpLimits(),
  2. bool nullSafetyChecks = false,
  3. RepositoryAdapter? repository,
  4. RepoConfig repoConfig = const RepoConfig(),
})

Implementation

HttpSseTransport({
  this.limits = const McpLimits(),
  this.nullSafetyChecks = false,
  this.repository,
  this.repoConfig = const RepoConfig(),
});