diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 4a06f431..248de480 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -89,4 +89,4 @@ issue_enrichment: - label: 'upstream-candidate' instructions: 'Can be contributed back to zereight upstream' - label: 'fork-only' - instructions: 'Structured World specific, not for upstream' + instructions: 'Specific to this fork, not for upstream' diff --git a/packages/gitlab-mcp-db/package.json b/packages/gitlab-mcp-db/package.json index 383c1527..971b008f 100644 --- a/packages/gitlab-mcp-db/package.json +++ b/packages/gitlab-mcp-db/package.json @@ -3,6 +3,7 @@ "version": "9.1.4", "description": "Optional PostgreSQL/Prisma OAuth-storage backend for @structured-world/gitlab-mcp", "license": "Apache-2.0", + "author": "Dmitry Prudnikov ", "repository": { "type": "git", "url": "https://github.com/structured-world/gitlab-mcp",