-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathplugin.json
More file actions
28 lines (28 loc) · 987 Bytes
/
Copy pathplugin.json
File metadata and controls
28 lines (28 loc) · 987 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
27
28
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "gitlab-mcp-server",
"version": "2.7.5",
"description": "GitLab MCP server exposing up to 1085 self-managed GitLab REST/GraphQL MCP tools, or 1091 on GitLab.com Ultimate with Orbit. Includes a default 2-tool dynamic surface, 34 base / 51 self-managed Ultimate / 52 GitLab.com Ultimate meta-tools, 45 resources, 37 prompts, 18 completion types, and 4 MCP capabilities (completions, progress, elicitation, resource subscriptions).",
"author": {
"name": "Jose M. Requena Plens",
"url": "https://github.com/jmrplens"
},
"homepage": "https://jmrp.io/docs/gitlab-mcp-server",
"repository": "https://github.com/jmrplens/gitlab-mcp-server",
"license": "MIT",
"keywords": [
"mcp",
"gitlab",
"model-context-protocol",
"ai",
"llm",
"devops",
"ci-cd",
"merge-requests",
"issues",
"pipelines",
"code-review",
"graphql",
"rest-api"
]
}