Revert "try to add debugging to mcp server"

This reverts commit 6d9c6fd2b1.
This commit is contained in:
ssalbdivad
2025-10-09 18:07:28 -04:00
parent 6d9c6fd2b1
commit 872e620342
5 changed files with 3 additions and 62 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export function createMcpConfig(githubInstallationToken: string) {
{
mcpServers: {
minimal_github_comment: {
command: `${actionPath}/mcp/debug-server.sh`,
command: "node",
args: [`${actionPath}/mcp/server.ts`],
env: {
GITHUB_INSTALLATION_TOKEN: githubInstallationToken,