@wiolett-industries/merge-request-review
MCP server package @wiolett/merge-request-review
Install
agr install @wiolett-industries/merge-request-review --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "@wiolett/merge-request-review", "version": "1.0.0", "type": "module", "description": "Merge request review MCP runtime for stateful GitLab MR review artifacts and custom-agent sync.", "license": "MIT", "publishConfig": { "access": "public" }, "bin": { "merge-request-review": "dist/index.js" }, "exports": { "./register": "./dist/register.js", "./sync-agents": "./dist/sync-agents.js", "./tools": "./dist/tools.js" }, "files": [ "agents/", "dist/", "README.md" ], "repository": { "type": "git", "url": "git+https://github.com/wiolett-industries/marketplace.git", "directory": "packages/merge-request-review" }, "homepage": "https://github.com/wiolett-industries/marketplace/tree/main/packages/merge-request-review", "scripts": { "clean": "rm -rf dist", "build": "pnpm run clean && tsc -p tsconfig.build.json", "dev": "NODE_NO_WARNINGS=1 tsx src/index.ts", "start": "NODE_NO_WARNINGS=1 node dist/index.js", "prepack": "pnpm run build", "test": "pnpm run build && node --test ./test/*.test.mjs", "typecheck": "tsc --noEmit" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.27.1", "yaml": "^2.8.1", "zod": "^4.1.12" }, "devDependencies": { "@types/node": "^24.6.0", "tsx": "^4.20.6", "typescript": "^5.9.3" } }
Trust
Not scanned yet. Artifacts are graded after they are crawled, so a recently discovered one may have no result for a while.
Versions
git-d9cf374e40e92026-08-05