MCPcopy Create free account
hub / github.com/idosal/git-mcp / get

Method get

worker-configuration.d.ts:5246–5246  ·  view source on GitHub ↗

* Get a secret from the Secrets Store, returning a string of the secret value * if it exists, or throws an error if it does not exist

()

Source from the content-addressed store, hash-verified

5244 * if it exists, or throws an error if it does not exist
5245 */
5246 get(): Promise<string>;
5247}
5248declare module "cloudflare:sockets" {
5249 function _connect(address: string | SocketAddress, options?: SocketOptions): Socket;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected