Skip to content

Commit d9411bc

Browse files
committed
fix: reduce description lengths
Signed-off-by: Dan Barr <[email protected]>
1 parent ff70ec8 commit d9411bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

registry/gitlab/spec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ env_vars:
105105
description: Default project ID. If set, overwrite this value when making an API request.
106106
required: false
107107
- 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.
109109
required: false
110110
- 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.
112112
required: false
113113
- name: USE_GITLAB_WIKI
114114
description: When set to 'true', enables the wiki-related tools. By default, wiki features are disabled.
@@ -120,13 +120,13 @@ env_vars:
120120
description: When set to 'true', enables the pipeline-related tools. By default, pipeline features are disabled.
121121
required: false
122122
- 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.
124124
required: false
125125
- name: SSE
126126
description: When set to 'true', enables the Server-Sent Events transport.
127127
required: false
128128
- 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.
130130
required: false
131131
default: true
132132
permissions:

0 commit comments

Comments
 (0)