MCPcopy
hub / github.com/qq15725/modern-screenshot / Request

Interface Request

src/context.ts:3–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { Options } from './options'
2
3export interface Request {
4 type: 'image' | 'text'
5 resolve?: (response: string) => void
6 reject?: (error: Error) => void
7 response: Promise<string>
8}
9
10export interface InternalContext<T extends Node> {
11 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…