mirror of
https://github.com/actions/javascript-action.git
synced 2025-12-26 03:39:05 +08:00
feat: add configuration files for GitHub Copilot integration
This commit is contained in:
9
.vscode/mcp.json
vendored
Normal file
9
.vscode/mcp.json
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"servers": {
|
||||
"github": {
|
||||
"url": "https://api.githubcopilot.com/mcp/",
|
||||
"type": "http"
|
||||
}
|
||||
},
|
||||
"inputs": []
|
||||
}
|
||||
Reference in New Issue
Block a user