MCPcopy
hub / github.com/agentsmd/agents.md / RepoCardProps

Interface RepoCardProps

components/ExampleListSection.tsx:12–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10};
11
12interface RepoCardProps {
13 /** e.g. "openai/codex" */
14 name: string;
15 /** Short 1-2 line summary */
16 description: string;
17 /** Primary language */
18 language: string;
19}
20
21/** Hard-coded examples used for the marketing page. */
22const REPOS: RepoCardProps[] = [

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected