forked from agntcy/dir
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.record.json
More file actions
72 lines (72 loc) · 2.35 KB
/
github.record.json
File metadata and controls
72 lines (72 loc) · 2.35 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "github/github-mcp-server",
"version": "1.0.0",
"description": "Official GitHub MCP server that provides access to GitHub repositories, issues, pull requests, and other GitHub API functionality.",
"authors": [
"GitHub Inc. <support@github.com>"
],
"created_at": "2023-09-12T14:30:00Z",
"skills": [
{
"category_name": "Natural Language Processing",
"category_uid": 1,
"class_name": "Text Completion",
"class_uid": 10201
},
{
"category_name": "Natural Language Processing",
"category_uid": 1,
"class_name": "Question Answering",
"class_uid": 10302
},
{
"category_name": "Analytical skills",
"category_uid": 5,
"class_name": "Coding Skills",
"class_uid": 502
}
],
"locators": [
{
"type": "source-code",
"url": "https://github.com/github/github-mcp-server"
}
],
"extensions": [
{
"name": "schema.oasf.agntcy.org/features/runtime/mcp",
"version": "v1.0.0",
"data": {
"servers": {
"github": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN",
"ghcr.io/github/github-mcp-server"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "${input:GITHUB_PERSONAL_ACCESS_TOKEN}"
}
}
}
}
},
{
"name": "schema.oasf.agntcy.org/features/runtime/prompt",
"version": "v1.0.0",
"data": {
"prompts": [
{
"name": "GitHub Assistant",
"description": "GitHub operations assistant",
"prompt": "You are a GitHub assistant. Use the GitHub MCP Server to interact with repositories, issues, pull requests, and other GitHub features."
}
]
}
}
]
}