McpServerSpec constructor

McpServerSpec({
  1. Map<String, Object?>? content,
  2. String? type,
})

Implementation

McpServerSpec({this.content, this.type});