Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:27:38 +08:00
commit e2f31d2006
6 changed files with 331 additions and 0 deletions

11
.mcp.json Normal file
View File

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