McpToolset constructor
McpToolset({
- ApiAuthentication? apiAuthentication,
- Map<
String, String> ? customHeaders, - String? serverAddress,
- ServiceDirectoryConfig? serviceDirectoryConfig,
- TlsConfig? tlsConfig,
- List<
McpToolOverride> ? toolOverrides,
Implementation
McpToolset({
this.apiAuthentication,
this.customHeaders,
this.serverAddress,
this.serviceDirectoryConfig,
this.tlsConfig,
this.toolOverrides,
});