Skip to content

Commit 37c08dd

Browse files
committed
Remove docker and fix gitlab transport
Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>
1 parent cb09a3b commit 37c08dd

File tree

1 file changed

+1
-34
lines changed

1 file changed

+1
-34
lines changed

pkg/registry/data/registry.json

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@
715715
"gitlab": {
716716
"image": "mcp/gitlab:latest",
717717
"description": "MCP Server for the GitLab API, enabling project management, file operations, and more.",
718-
"transport": "sse",
718+
"transport": "stdio",
719719
"permissions": {
720720
"read": [],
721721
"write": [],
@@ -1197,39 +1197,6 @@
11971197
"inspector"
11981198
]
11991199
},
1200-
"docker": {
1201-
"image": "mcp/docker:latest",
1202-
"description": "",
1203-
"transport": "sse",
1204-
"permissions": {
1205-
"read": [],
1206-
"write": [],
1207-
"network": {
1208-
"outbound": {
1209-
"insecure_allow_all": false,
1210-
"allow_transport": [
1211-
"tcp"
1212-
],
1213-
"allow_host": [],
1214-
"allow_port": [
1215-
443
1216-
]
1217-
}
1218-
}
1219-
},
1220-
"tools": [],
1221-
"env_vars": [],
1222-
"args": [],
1223-
"metadata": {
1224-
"stars": 4,
1225-
"pulls": 10024,
1226-
"last_updated": "2025-03-23T06:24:28.608684Z"
1227-
},
1228-
"repository_url": "https://github.com/modelcontextprotocol/servers",
1229-
"tags": [
1230-
"docker"
1231-
]
1232-
},
12331200
"redis": {
12341201
"image": "mcp/redis:latest",
12351202
"description": "A Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.",

0 commit comments

Comments
 (0)