We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff409dd commit 2ec133aCopy full SHA for 2ec133a
.github/workflows/build-github-mcp-server.yml
@@ -58,7 +58,7 @@ jobs:
58
"servers": {
59
"github": {
60
"command": "/bin/sh",
61
- "args": ["-c", "./github-mcp-server stdio"],
+ "args": ["-c", "chmod +x github-mcp-server && ./github-mcp-server stdio"],
62
"env": {
63
"GITHUB_PERSONAL_ACCESS_TOKEN": "x"
64
}
0 commit comments