MCPcopy
hub / github.com/21st-dev/magic-mcp / SVGLogo

Interface SVGLogo

src/tools/logo-search.ts:11–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11interface SVGLogo {
12 id?: number;
13 title: string;
14 category: string | string[];
15 route: string | ThemeOptions;
16 wordmark?: string | ThemeOptions;
17 brandUrl?: string;
18 url: string;
19}
20
21const LOGO_TOOL_NAME = "logo_search";
22const LOGO_TOOL_DESCRIPTION = `

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected