MCPcopy
hub / github.com/superagent-ai/vibekit / HelloWorldBinding

Interface HelloWorldBinding

templates/cloudflare/worker-configuration.d.ts:6345–6357  ·  view source on GitHub ↗

* Hello World binding to serve as an explanatory example. DO NOT USE

Source from the content-addressed store, hash-verified

6343 * Hello World binding to serve as an explanatory example. DO NOT USE
6344 */
6345interface HelloWorldBinding {
6346 /**
6347 * Retrieve the current stored value
6348 */
6349 get(): Promise<{
6350 value: string;
6351 ms?: number;
6352 }>;
6353 /**
6354 * Set a new stored value
6355 */
6356 set(value: string): Promise<void>;
6357}
6358interface Hyperdrive {
6359 /**
6360 * Connect directly to Hyperdrive as if it's your database, returning a TCP socket.

Callers 3

TaskClientPageFunction · 0.65
GETFunction · 0.65

Implementers 3

MemoryTokenStoragepackages/auth/src/oauth-web.ts
LocalStorageTokenStoragepackages/auth/src/oauth-web.ts
CookieTokenStoragepackages/auth/src/oauth-web.ts

Calls

no outgoing calls

Tested by

no test coverage detected