try to add debugging to mcp server

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