Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:32:30 +08:00
commit c2651f3f72
5 changed files with 135 additions and 0 deletions

11
mcp/.mcp.json Normal file
View File

@@ -0,0 +1,11 @@
{
"mcpServers": {
"github": {
"type": "http",
"url": "https://api.githubcopilot.com/mcp/",
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_PERSONAL_ACCESS_TOKEN}"
}
}
}
}