HttpSseTransport constructor
HttpSseTransport({
- McpLimits limits = const McpLimits(),
- bool nullSafetyChecks = false,
- RepositoryAdapter? repository,
- RepoConfig repoConfig = const RepoConfig(),
Implementation
HttpSseTransport({
this.limits = const McpLimits(),
this.nullSafetyChecks = false,
this.repository,
this.repoConfig = const RepoConfig(),
});