Skip to content

Commit 1ef60b9

Browse files
committed
Add stars and pulls
Signed-off-by: Dan Barr <[email protected]>
1 parent 6225463 commit 1ef60b9

File tree

1 file changed

+13
-31
lines changed

1 file changed

+13
-31
lines changed

registry/gitlab/spec.yaml

Lines changed: 13 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: gitlab
2-
description:
3-
Provides integration with a GitLab instance to manage projects, issues, merge
4-
requests, and more.
2+
description: Provides integration with a GitLab instance to manage projects, issues, merge requests, and more.
53
tier: Community
64
status: Active
75
transport: streamable-http
@@ -102,51 +100,31 @@ env_vars:
102100
required: false
103101
default: https://gitlab.com/api/v4
104102
- name: GITLAB_PROJECT_ID
105-
description:
106-
Default project ID. If set, overwrite this value when making an API
107-
request.
103+
description: Default project ID. If set, overwrite this value when making an API request.
108104
required: false
109105
- name: GITLAB_ALLOWED_PROJECT_IDS
110-
description:
111-
Optional comma-separated list of allowed project IDs. When set with a
112-
single value, acts as a default project (like the old "lock" mode). When
113-
set with multiple values, restricts access to only those projects.
106+
description: Optional comma-separated list of allowed project IDs. When set with a single value, acts as a default project (like the old "lock" mode). When set with multiple values, restricts access to only those projects.
114107
required: false
115108
- name: GITLAB_READ_ONLY_MODE
116-
description:
117-
When set to 'true', restricts the server to only expose read-only
118-
operations. Useful for enhanced security or when write access is not
119-
needed. Also useful for using with Cursor and its 40 tool limit.
109+
description: When set to 'true', restricts the server to only expose read-only operations. Useful for enhanced security or when write access is not needed. Also useful for using with Cursor and its 40 tool limit.
120110
required: false
121111
- name: USE_GITLAB_WIKI
122-
description:
123-
When set to 'true', enables the wiki-related tools. By default, wiki
124-
features are disabled.
112+
description: When set to 'true', enables the wiki-related tools. By default, wiki features are disabled.
125113
required: false
126114
- name: USE_MILESTONE
127-
description:
128-
When set to 'true', enables the milestone-related tools. By default,
129-
milestone features are disabled.
115+
description: When set to 'true', enables the milestone-related tools. By default, milestone features are disabled.
130116
required: false
131117
- name: USE_PIPELINE
132-
description:
133-
When set to 'true', enables the pipeline-related tools. By default,
134-
pipeline features are disabled.
118+
description: When set to 'true', enables the pipeline-related tools. By default, pipeline features are disabled.
135119
required: false
136120
- name: GITLAB_AUTH_COOKIE_PATH
137-
description:
138-
Path to an authentication cookie file for GitLab instances that require
139-
cookie-based authentication. When provided, the cookie will be included in
140-
all GitLab API requests.
121+
description: Path to an authentication cookie file for GitLab instances that require cookie-based authentication. When provided, the cookie will be included in all GitLab API requests.
141122
required: false
142123
- name: SSE
143124
description: When set to 'true', enables the Server-Sent Events transport.
144125
required: false
145126
- name: STREAMABLE_HTTP
146-
description:
147-
When set to 'true', enables the Streamable HTTP transport. If both SSE and
148-
STREAMABLE_HTTP are set to 'true', the server will prioritize Streamable
149-
HTTP over SSE transport.
127+
description: When set to 'true', enables the Streamable HTTP transport. If both SSE and STREAMABLE_HTTP are set to 'true', the server will prioritize Streamable HTTP over SSE transport.
150128
required: false
151129
default: true
152130
permissions:
@@ -168,3 +146,7 @@ tags:
168146
- wiki
169147
- milestones
170148
- pipelines
149+
metadata:
150+
stars: 509
151+
pulls: 9715
152+
last_updated: 2025-08-26T17:28:57Z

0 commit comments

Comments
 (0)