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.
- package/CHANGELOG.md +7 -0
- package/dist/index.js +9 -1
- package/dist/index.js.map +1 -1
- package/dist/mcp-server.cjs +1 -1
- package/package.json +1 -1
package/dist/mcp-server.cjs
CHANGED
|
@@ -33777,7 +33777,7 @@ async function main() {
|
|
|
33777
33777
|
...auditTools,
|
|
33778
33778
|
...awardEmojiTools
|
|
33779
33779
|
};
|
|
33780
|
-
const version2 = true ? "2.
|
|
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