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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -105,10 +105,10 @@ env_vars:
105
105
description: Default project ID. If set, overwrite this value when making an API request.
106
106
required: false
107
107
- name: GITLAB_ALLOWED_PROJECT_IDS
108
-
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.
108
+
description: Optional comma-separated list of allowed project IDs. When set with a single value, acts as a default project.
109
109
required: false
110
110
- name: GITLAB_READ_ONLY_MODE
111
-
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.
111
+
description: When set to 'true', restricts the server to only expose read-only operations.
112
112
required: false
113
113
- name: USE_GITLAB_WIKI
114
114
description: When set to 'true', enables the wiki-related tools. By default, wiki features are disabled.
@@ -120,13 +120,13 @@ env_vars:
120
120
description: When set to 'true', enables the pipeline-related tools. By default, pipeline features are disabled.
121
121
required: false
122
122
- name: GITLAB_AUTH_COOKIE_PATH
123
-
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.
123
+
description: Path to an authentication cookie file for GitLab instances that require cookie-based authentication.
124
124
required: false
125
125
- name: SSE
126
126
description: When set to 'true', enables the Server-Sent Events transport.
127
127
required: false
128
128
- name: STREAMABLE_HTTP
129
-
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.
129
+
description: When set to 'true', enables the Streamable HTTP transport. If both SSE and STREAMABLE_HTTP are set to 'true', Streamable HTTP is used.
0 commit comments