Skip to content

Commit 2264c0d

Browse files
nanotaboadaCopilot
andcommitted
chore(config): add GitHub MCP server to VS Code workspace config
- Add .vscode/mcp.json with docker-based GitHub MCP server entry - Prompt for fine-grained PAT with repo and issues scopes Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 635eef2 commit 2264c0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.vscode/mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{
2323
"id": "github_token",
2424
"type": "promptString",
25-
"description": "GitHub Personal Access Token",
25+
"description": "GitHub Personal Access Token. Prefer fine-grained PATs with minimum permissions: Contents (read), Issues (read & write), Pull requests (read & write). If a classic PAT is unavoidable, minimum scope: repo.",
2626
"password": true
2727
}
2828
]

0 commit comments

Comments
 (0)