MCPcopy Create free account
hub / github.com/cursor/community-plugins / setLogo

Function setLogo

apps/cursor/src/components/forms/edit-mcp.tsx:86–88  ·  view source on GitHub ↗
(logo: string)

Source from the content-addressed store, hash-verified

84 };
85
86 const setLogo = (logo: string) => {
87 form.setValue("logo", logo);
88 };
89
90 return (
91 <Form {...form}>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected