McpSdkServerConfig constructor
McpSdkServerConfig({
- required String name,
- String version = '1.0.0',
- List<
SdkMcpTool> tools = const [],
Implementation
McpSdkServerConfig({
required this.name,
this.version = '1.0.0',
this.tools = const [],
});