summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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