MCPcopy Create free account
hub / github.com/cloudflare/agents / remote

Method remote

packages/shell/src/tests/agents/git.ts:71–77  ·  view source on GitHub ↗
(opts: {
    list?: boolean;
    add?: { name: string; url: string };
    remove?: string;
  })

Source from the content-addressed store, hash-verified

69 }
70
71 async remote(opts: {
72 list?: boolean;
73 add?: { name: string; url: string };
74 remove?: string;
75 }) {
76 return this.git().remote(opts);
77 }
78
79 async deleteFile(path: string) {
80 return this.workspace.deleteFile(path);

Callers 1

git.test.tsFile · 0.80

Calls 1

gitMethod · 0.95

Tested by

no test coverage detected