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

Function Image

apps/cursor/src/app/plugins/opengraph-image.tsx:7–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5export const contentType = "image/png";
6
7export default async function Image() {
8 return ogResponse(
9 await renderListingOGBytes(
10 "Plugins",
11 "Rules, MCP servers, and integrations built by the community",
12 ),
13 );
14}

Callers

nothing calls this directly

Calls 2

ogResponseFunction · 0.90
renderListingOGBytesFunction · 0.90

Tested by

no test coverage detected