MCPcopy Create free account
hub / github.com/coleam00/remote-agentic-coding-system / constructor

Method constructor

src/adapters/github.ts:57–61  ·  view source on GitHub ↗
(token: string, webhookSecret: string)

Source from the content-addressed store, hash-verified

55 private webhookSecret: string;
56
57 constructor(token: string, webhookSecret: string) {
58 this.octokit = new Octokit({ auth: token });
59 this.webhookSecret = webhookSecret;
60 console.log('[GitHub] Adapter initialized with secret:', webhookSecret.substring(0, 8) + '...');
61 }
62
63 /**
64 * Send a message to a GitHub issue or PR

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected