'use client' import React from 'react' type Props = { searchText: string } const MCPList = ({ searchText, }: Props) => { return ( <>