# devboy-gitlab
[](https://crates.io/crates/devboy-gitlab)
[](https://docs.rs/devboy-gitlab)
[](https://opensource.org/licenses/Apache-2.0)
GitLab provider for [`devboy-tools`](https://github.com/meteora-pro/devboy-tools). Implements `IssueProvider`, `MergeRequestProvider`, and `Provider` from [`devboy-core`](https://crates.io/crates/devboy-core) against the GitLab REST API.
## Add to your project
```toml
[dependencies]
devboy-core = "0.26"
devboy-gitlab = "0.26"
```
## Documentation
API reference on [docs.rs/devboy-gitlab](https://docs.rs/devboy-gitlab).
For the full bundle (CLI, MCP server, agent skills) see the [main project README](https://github.com/meteora-pro/devboy-tools#readme).
## License
Apache-2.0 — see [LICENSE](https://github.com/meteora-pro/devboy-tools/blob/main/LICENSE).