MCPcopy
hub / github.com/AmintaCCCP/GithubStarsManager / Env

Interface Env

cloudflare-worker/src/index.ts:8–11  ·  view source on GitHub ↗

* GitHub Stars Vectorize — 极简代理 Worker * * 纯 Vectorize 存/查/删代理,不持有任何 AI Key。 * 前端负责 Embedding 生成,Worker 只负责向量存储和检索。

Source from the content-addressed store, hash-verified

6 */
7
8interface Env {
9 VECTORIZE: Vectorize;
10 AUTH_TOKEN: string;
11}
12
13interface QueryRequest {
14 vector: number[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected