-
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.3",
"websiteUrl": "https://github.com/VeyrForge/codehelper",
"packages": [
{
"registryType": "mcpb",
"identifier": "https://github.com/VeyrForge/codehelper/releases/download/v3.0.3/codehelper_3.0.3_linux_amd64.mcpb",
"fileSha256": "0c9626b39991d9aaaef8af07270780f148cfe15402635a681f8d78d6e663a1a4",
"transport": {
"type": "stdio"
}
},
{
"registryType": "mcpb",
"identifier": "https://github.com/VeyrForge/codehelper/releases/download/v3.0.3/codehelper_3.0.3_linux_arm64.mcpb",
"fileSha256": "9297dbcb7dae2682955462c8860def9af086cef26ec4bd9db1a79ffadf3bdef7",
"transport": {
"type": "stdio"
}
},
{
"registryType": "mcpb",
"identifier": "https://github.com/VeyrForge/codehelper/releases/download/v3.0.3/codehelper_3.0.3_darwin_amd64.mcpb",
"fileSha256": "9152cc117e497134738dc11dc8db6f0c73c8e097a9406f9517f1b3a80e9d0337",
"transport": {
"type": "stdio"
}
},
{
"registryType": "mcpb",
"identifier": "https://github.com/VeyrForge/codehelper/releases/download/v3.0.3/codehelper_3.0.3_darwin_arm64.mcpb",
"fileSha256": "805fac979250bf6013611dd9c437499ae73c4e4f164f505410df6846f1b521be",
"transport": {
"type": "stdio"
}
},
{
"registryType": "mcpb",
"identifier": "https://github.com/VeyrForge/codehelper/releases/download/v3.0.3/codehelper_3.0.3_windows_amd64.mcpb",
"fileSha256": "ff1486220193afd7455cba1216d36e9e8cb8f3fd68ec26ba48d4ec020d71529f",
"transport": {
"type": "stdio"
}
}
]
}