MCPcopy Create free account
hub / github.com/CopilotKit/open-mcp-client / ExampleConfigsProps

Interface ExampleConfigsProps

app/components/ExampleConfigs.tsx:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65];
66
67interface ExampleConfigsProps {
68 onSelectConfig: (config: Record<string, any>) => void;
69}
70
71export function ExampleConfigs({ onSelectConfig }: ExampleConfigsProps) {
72 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected