|
2 | 2 | "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", |
3 | 3 | "name": "team.gaijin/go-gerrit-mcp", |
4 | 4 | "title": "Gerrit Code Review", |
5 | | - "description": "Capability-gated MCP tools for Gerrit code review: search, read diffs, comment, vote, transition", |
| 5 | + "description": "Capability-gated MCP tools for Gerrit code review: search, read diffs, comment, vote, transition, and opt-in review notifications pushed into the session", |
6 | 6 | "version": "0.0.0", |
7 | 7 | "repository": { |
8 | 8 | "url": "https://github.com/GaijinEntertainment/go-gerrit-mcp", |
|
47 | 47 | "description": "Refuse trail-leaving operations on changes not owned by the authenticated account", |
48 | 48 | "format": "boolean", |
49 | 49 | "default": "true" |
| 50 | + }, |
| 51 | + { |
| 52 | + "name": "GERRIT_MCP_REVIEW_NOTIFICATIONS", |
| 53 | + "description": "Enable review notifications: poll Gerrit for activity on subscribed changes and push it into the agent's session (requires a client with channel support)", |
| 54 | + "format": "boolean", |
| 55 | + "default": "false" |
| 56 | + }, |
| 57 | + { |
| 58 | + "name": "GERRIT_MCP_REVIEW_NOTIFICATIONS_POLL_INTERVAL", |
| 59 | + "description": "Poll cadence for subscribed changes, as a Go duration", |
| 60 | + "default": "60s" |
| 61 | + }, |
| 62 | + { |
| 63 | + "name": "GERRIT_MCP_REVIEW_NOTIFICATIONS_INCLUDE_OWN", |
| 64 | + "description": "Keep the authenticated account's own activity in review notifications", |
| 65 | + "format": "boolean", |
| 66 | + "default": "false" |
| 67 | + }, |
| 68 | + { |
| 69 | + "name": "GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_ACCOUNTS", |
| 70 | + "description": "Comma-separated usernames or numeric account IDs whose activity never becomes a review notification" |
| 71 | + }, |
| 72 | + { |
| 73 | + "name": "GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_PATTERNS", |
| 74 | + "description": "Comma-separated regular expressions; matching message or comment text never becomes a review notification" |
50 | 75 | } |
51 | 76 | ] |
52 | 77 | } |
|
0 commit comments