UNPKG

@mcp-shark/mcp-shark

Version:

Aggregate multiple Model Context Protocol (MCP) servers into a single unified interface with a powerful monitoring UI. Prov deep visibility into every request and response.

18 lines (16 loc) 332 B
import { colors, fonts } from '../../../theme'; export default function EmptyState({ message }) { return ( <div style={{ padding: '40px', textAlign: 'center', color: colors.textSecondary, fontFamily: fonts.body, fontSize: '13px', }} > {message} </div> ); }