feat: Enhance security notifications with new event types and provider integration

This commit is contained in:
GitHub Actions
2026-02-20 13:03:40 +00:00
parent a278ae1287
commit 1309189523
27 changed files with 3075 additions and 354 deletions

8
.vscode/mcp.json vendored
View File

@@ -1,4 +1,5 @@
{
"inputs": [],
"servers": {
"microsoft/playwright-mcp": {
"type": "stdio",
@@ -8,11 +9,6 @@
],
"gallery": "https://api.mcp.github.com",
"version": "0.0.1-seed"
},
"gopls": {
"url": "http://localhost:8092",
"type": "sse"
}
},
"inputs": []
}
}