McpSdkServerConfig constructor

McpSdkServerConfig({
  1. required String name,
  2. String version = '1.0.0',
  3. List<SdkMcpTool> tools = const [],
})

Implementation

McpSdkServerConfig({
  required this.name,
  this.version = '1.0.0',
  this.tools = const [],
});