You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: registry/gitlab/spec.yaml
+13-31Lines changed: 13 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,5 @@
1
1
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.
5
3
tier: Community
6
4
status: Active
7
5
transport: streamable-http
@@ -102,51 +100,31 @@ env_vars:
102
100
required: false
103
101
default: https://gitlab.com/api/v4
104
102
- 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.
108
104
required: false
109
105
- 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.
114
107
required: false
115
108
- 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.
120
110
required: false
121
111
- 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.
125
113
required: false
126
114
- 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.
130
116
required: false
131
117
- 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.
135
119
required: false
136
120
- 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.
141
122
required: false
142
123
- name: SSE
143
124
description: When set to 'true', enables the Server-Sent Events transport.
144
125
required: false
145
126
- 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.
0 commit comments