Commit d464757
authored
[NA] [DX] Update GitHub MCP server to use envFile parameter (#4494)
Update GitHub MCP server configuration to use the new envFile parameter
introduced in Cursor's MCP. This allows developers to keep a single copy
of mcp.json instead of duplicating it in
the home directory with the GitHub token hardcoded.
The change removes the env section and replaces it with envFile pointing
to ${workspaceFolder}/.env.local, which aligns with Cursor's updated
MCP configuration format.1 parent da99b66 commit d464757
1 file changed
+2
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 15 | + | |
19 | 16 | | |
20 | 17 | | |
21 | 18 | | |
| |||
0 commit comments