Skip to content

Commit 58803c6

Browse files
committed
updating readme.md
1 parent c91b547 commit 58803c6

File tree

1 file changed

+11
-15
lines changed

1 file changed

+11
-15
lines changed

readme.md

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,31 +26,27 @@ mvn clean test
2626
"@jetbrains/mcp-proxy"
2727
]
2828
},
29-
"shaft-mcp": {
30-
"command": "java",
31-
"args": [
32-
"-jar",
33-
"C:\\Users\\Mohab\\IdeaProjects\\SHAFT_MCP\\target\\SHAFT_MCP-9.3.20250814.jar"
34-
]
35-
},
3629
"github": {
37-
"command": "docker",
30+
"command": "npx",
3831
"args": [
39-
"run",
40-
"-i",
41-
"--rm",
42-
"-e",
43-
"GITHUB_PERSONAL_ACCESS_TOKEN",
44-
"ghcr.io/github/github-mcp-server"
32+
"-y",
33+
"@modelcontextprotocol/server-github"
4534
],
4635
"env": {
4736
"GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_PERSONAL_ACCESS_TOKEN}"
4837
}
38+
},
39+
"shaft-mcp": {
40+
"command": "java",
41+
"args": [
42+
"-jar",
43+
"C:\\Users\\Mohab\\IdeaProjects\\SHAFT_MCP\\target\\SHAFT_MCP-9.3.20250823.jar"
44+
]
4945
}
5046
}
5147
}
5248
```
53-
- don't forget to replace `SHAFT_MCP-9.3.20250814` with the latest version.
49+
- don't forget to replace `SHAFT_MCP-9.3.20250823` with the latest version.
5450
- don't forget to replace `${GITHUB_PERSONAL_ACCESS_TOKEN}` with your actual GitHub token.
5551

5652
# To run

0 commit comments

Comments
 (0)