-
-
Notifications
You must be signed in to change notification settings - Fork 89
Expand file tree
/
Copy pathserver.json
More file actions
26 lines (26 loc) · 724 Bytes
/
Copy pathserver.json
File metadata and controls
26 lines (26 loc) · 724 Bytes
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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
"name": "io.github.JSONbored/loopover",
"description": "LoopOver's contribution-intelligence tools: issue ranking, branch and PR preflight, gate prediction, review explanation, and maintainer/operator management.",
"repository": {
"url": "https://github.com/JSONbored/loopover",
"source": "github"
},
"version": "3.21.0",
"remotes": [
{
"type": "streamable-http",
"url": "https://api.loopover.ai/mcp"
}
],
"packages": [
{
"registry_type": "npm",
"identifier": "@loopover/mcp",
"version": "3.21.0",
"transport": {
"type": "stdio"
}
}
]
}