mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-08-28 05:25:25 +00:00
Replace Windows-specific 'cmd /c npx' invocation with portable 'npx' command that works on macOS, Linux, and Windows. Fixes #47 Co-authored-by: Abhigyan Patwari <abhigyanpatwari@users.noreply.github.com>
9 lines
144 B
JSON
9 lines
144 B
JSON
{
|
|
"mcpServers": {
|
|
"gitnexus": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": ["-y", "gitnexus@latest", "mcp"]
|
|
}
|
|
}
|
|
}
|