export interface McpServerMetadataResponseModel {
    createdAt: number;
    ownerUserId?: string;
}
