Revert "try to add debugging to mcp server"
This reverts commit 6d9c6fd2b1.
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user