McpServer constructor

McpServer({
  1. Map<String, Map<String, Object?>>? attributes,
  2. String? createTime,
  3. String? description,
  4. String? displayName,
  5. List<Interface>? interfaces,
  6. String? mcpServerId,
  7. String? name,
  8. List<Tool>? tools,
  9. String? updateTime,
})

Implementation

McpServer({
  this.attributes,
  this.createTime,
  this.description,
  this.displayName,
  this.interfaces,
  this.mcpServerId,
  this.name,
  this.tools,
  this.updateTime,
});