MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / HelloWorldBinding

Interface HelloWorldBinding

apps/cloud/worker-configuration.d.ts:11758–11770  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

11756 * Hello World binding to serve as an explanatory example. DO NOT USE
11757 */
11758interface HelloWorldBinding {
11759 /**
11760 * Retrieve the current stored value
11761 */
11762 get(): Promise<{
11763 value: string;
11764 ms?: number;
11765 }>;
11766 /**
11767 * Set a new stored value
11768 */
11769 set(value: string): Promise<void>;
11770}
11771interface Hyperdrive {
11772 /**
11773 * Connect directly to Hyperdrive as if it's your database, returning a TCP socket.

Callers 8

FreeformComboboxFunction · 0.80
AddAccountModalViewFunction · 0.80
buildMcpHttpEndpointFunction · 0.80
buildAccountGroupsFunction · 0.80
buildTreeFunction · 0.80
ToolTreeFunction · 0.80
IntegrationDetailPageFunction · 0.80
ToolsPageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected