This commit is contained in:
David Blass
2025-10-13 14:22:12 -04:00
parent 94e2b5f6e0
commit 284d9733dd
3 changed files with 5 additions and 3 deletions
+1
View File
@@ -24,6 +24,7 @@ export function createMcpConfig(githubInstallationToken: string) {
env: {
GITHUB_INSTALLATION_TOKEN: githubInstallationToken,
GITHUB_REPOSITORY: githubRepository,
LOG_LEVEL: "debug",
},
},
},