summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDawid Rycerz <dawid@rycerz.xyz>2025-07-15 17:27:57 +0300
committerDawid Rycerz <dawid@rycerz.xyz>2025-07-15 17:27:57 +0300
commit0d3b300943d44ad69f803f2e196bc643b937ef37 (patch)
tree5ff368783ee80039f7ea4eafefbcd0f7993b8a01 /README.md
parent4e89e51901d9b3726a56d15980a0845b8e2a36b0 (diff)
feat: deprecate gitlab_glab
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8ffb0fd..14f7c0c 100644
--- a/README.md
+++ b/README.md
@@ -107,6 +107,12 @@ To use any of the MCP servers in this repository, you can run them using `uv` fr
```bash
# Example: Run GitLab glab server
+⚠️ **DEPRECATION NOTICE:** The `gitlab_glab` server is deprecated. Use `gitlab_python` instead:
+
+# Example: Run GitLab Python server (recommended)
+uv --directory /path-to-repo/dawids-mcp-servers/servers/gitlab_python run mcp-gitlab-python --transport stdio
+
+# (Legacy) Run GitLab glab server
uv --directory /path-to-repo/dawids-mcp-servers/servers/gitlab_glab run mcp-gitlab-glab --transport stdio
# Example: Run hello world server