MCPcopy Create free account
hub / github.com/adcontextprotocol/adcp / ImagePrompt

Interface ImagePrompt

scripts/generate-images.ts:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29};
30
31interface ImagePrompt {
32 filename: string;
33 prompt: string;
34 alt_text?: string;
35}
36
37interface ValidationResult {
38 description: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected