Skip to content

Commit 2a32063

Browse files
committed
fix: comment out GitHub MCP configuration to prevent unauthorized access
1 parent 18ff0de commit 2a32063

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.vscode/mcp.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"@codervisor/devlog-mcp@dev"
1515
]
1616
},
17-
"github": {
18-
"type": "http",
19-
"url": "https://api.githubcopilot.com/mcp/",
20-
"headers": {
21-
"Authorization": "Bearer ${input:github-pat}"
22-
}
23-
}
17+
// "github": {
18+
// "type": "http",
19+
// "url": "https://api.githubcopilot.com/mcp/",
20+
// "headers": {
21+
// "Authorization": "Bearer ${input:github-pat}"
22+
// }
23+
// }
2424
},
2525
"inputs": [
2626
{

0 commit comments

Comments
 (0)