forked from github/github-mcp-server
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCOPILOT_ALLOWLIST.json
More file actions
44 lines (44 loc) · 1.54 KB
/
COPILOT_ALLOWLIST.json
File metadata and controls
44 lines (44 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"copilot_allowlist": {
"github_cli": "https://cli.github.com/",
"repository": "https://github.com/loydcercenia-Paul/github-mcp-server",
"cloned_to": "/workspaces/github-mcp-server-clone",
"status": "cloned",
"timestamp": "2025-01-15T00:00:00Z"
},
"required_data_files": [
"README.md",
"go.mod",
"go.sum",
"Dockerfile",
".gitignore",
"LICENSE",
"SECURITY.md",
"CONTRIBUTING.md",
"CODE_OF_CONDUCT.md"
],
"key_directories": {
"cmd": "/workspaces/github-mcp-server-clone/cmd",
"pkg": "/workspaces/github-mcp-server-clone/pkg",
"internal": "/workspaces/github-mcp-server-clone/internal",
"docs": "/workspaces/github-mcp-server-clone/docs",
"scripts": "/workspaces/github-mcp-server-clone/script"
},
"mcp_server_files": {
"main": "/workspaces/github-mcp-server-clone/cmd/github-mcp-server/main.go",
"server": "/workspaces/github-mcp-server-clone/internal/ghmcp/server.go",
"tools": "/workspaces/github-mcp-server-clone/pkg/github/tools.go"
},
"integration_points": {
"github_api": "/workspaces/github-mcp-server-clone/pkg/github",
"mcp_protocol": "/workspaces/github-mcp-server-clone/internal/ghmcp",
"toolsets": "/workspaces/github-mcp-server-clone/pkg/toolsets"
},
"allowlist_additions": [
"4gLAGDEHs6sJ6AMmLdAwCUx9NPmPLxoMCZ3yiKyAyQ1m",
"GENEtH5amGSi8kHAtQoezp1XEXwZJ8vcuePYnXdKrMYz",
"DjVE6JNiYqPL2QXyCUUh8rNjHrbz9hXHNYt99MQ59qw1",
"CvQZZ23qYDWF2RUpxYJ8y9K4skmuvYEEjH7fK58jtipQ",
"4eJZVbbsiLAG6EkWvgEYEWKEpdhJPFBYMeJ6DBX98w6a"
]
}