diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
