-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
54 lines (54 loc) · 1.95 KB
/
Copy pathserver.json
File metadata and controls
54 lines (54 loc) · 1.95 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.VeyrForge/codehelper",
"title": "Codehelper",
"description": "Local-first code intelligence MCP: symbol graph, impact analysis, 60+ tools.",
"repository": {
"url": "https://github.com/VeyrForge/codehelper",
"source": "github"
},
"version": "3.0.2",
"websiteUrl": "https://github.com/VeyrForge/codehelper",
"packages": [
{
"registryType": "mcpb",
"identifier": "https://github.com/VeyrForge/codehelper/releases/download/v3.0.2/codehelper_3.0.2_linux_amd64.mcpb",
"fileSha256": "84f6942ec9b4f500da3d127947be3a5ec33be62c3239232a8f9abf9a86595fde",
"transport": {
"type": "stdio"
}
},
{
"registryType": "mcpb",
"identifier": "https://github.com/VeyrForge/codehelper/releases/download/v3.0.2/codehelper_3.0.2_linux_arm64.mcpb",
"fileSha256": "9d4a3dffa1228604fcfafd377c1a6018c27e929186a5b80d962dbd4c2e2b0a7b",
"transport": {
"type": "stdio"
}
},
{
"registryType": "mcpb",
"identifier": "https://github.com/VeyrForge/codehelper/releases/download/v3.0.2/codehelper_3.0.2_darwin_amd64.mcpb",
"fileSha256": "cdc3754f33e1087fcdcb88201691590a63b2a86fa878b0c953c98d87ccf8b90c",
"transport": {
"type": "stdio"
}
},
{
"registryType": "mcpb",
"identifier": "https://github.com/VeyrForge/codehelper/releases/download/v3.0.2/codehelper_3.0.2_darwin_arm64.mcpb",
"fileSha256": "8aaeb892cb3be4fefaedbde7ff4148e9f9ba25acf3fd52d669f3295858584d58",
"transport": {
"type": "stdio"
}
},
{
"registryType": "mcpb",
"identifier": "https://github.com/VeyrForge/codehelper/releases/download/v3.0.2/codehelper_3.0.2_windows_amd64.mcpb",
"fileSha256": "441e0001ff25600c327f38a057e71b9a8cbc87349432d55ae6c504b991471f5e",
"transport": {
"type": "stdio"
}
}
]
}