opencode-gitlab-plugin 2.1.0 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33777,7 +33777,7 @@ async function main() {
33777
33777
  ...auditTools,
33778
33778
  ...awardEmojiTools
33779
33779
  };
33780
- const version2 = true ? "2.1.0" : "0.0.0";
33780
+ const version2 = true ? "2.2.0" : "0.0.0";
33781
33781
  const server = new McpServer({ name: "gitlab", version: version2 });
33782
33782
  adaptToolsToMcp(server, allTools);
33783
33783
  const transport = new StdioServerTransport();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-gitlab-plugin",
3
- "version": "2.1.0",
3
+ "version": "2.2.0",
4
4
  "description": "GitLab tools plugin for OpenCode - provides GitLab API access for merge requests, issues, pipelines, and more",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",