factory PromptReference.toMCP(Map<String, Object?> map) { return PromptReference( name: map['name'] as String, title: map['title'] as String?, ); }