await top-level runServer

This commit is contained in:
David Blass
2025-10-13 13:44:29 -04:00
parent 458bfe18a0
commit 2296060d04
3 changed files with 9 additions and 10 deletions
+7
View File
@@ -3,6 +3,13 @@
*/
const actionPath = process.env.GITHUB_ACTION_PATH || process.cwd();
// import { dirname } from "node:path";
// import { fileURLToPath } from "node:url";
// const __filename = fileURLToPath(import.meta.url);
// const __dirname = dirname(__filename);
// const actionPath = dirname(__dirname);
export function createMcpConfig(githubInstallationToken: string) {
const githubRepository = process.env.GITHUB_REPOSITORY;
if (!githubRepository) {