@opencodereview/mcp-server 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. package/README.md +18 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -72,6 +72,24 @@ Create or edit `.windsurf/mcp.json` in your project root:
72
72
  }
73
73
  ```
74
74
 
75
+ ### Cline
76
+
77
+ Add to your VS Code Cline settings (Settings → Extensions → Cline → MCP Servers), or edit `.clinerules`:
78
+
79
+ ```json
80
+ {
81
+ "mcpServers": {
82
+ "open-code-review": {
83
+ "command": "npx",
84
+ "args": ["-y", "@opencodereview/mcp-server"],
85
+ "env": {
86
+ "OCR_LICENSE_KEY": "ocr-xxxx-xxxx-xxxx"
87
+ }
88
+ }
89
+ }
90
+ }
91
+ ```
92
+
75
93
  ### VS Code Copilot
76
94
 
77
95
  Add to your VS Code `settings.json`:
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@opencodereview/mcp-server",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "MCP Server for Open Code Review - AI code quality gate for Claude Desktop, Cursor, Windsurf, VS Code Copilot",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "bin": {
8
- "ocr-mcp": "./dist/index.js"
8
+ "ocr-mcp": "dist/index.js"
9
9
  },
10
10
  "files": [
11
11
  "dist",
@@ -36,7 +36,7 @@
36
36
  "license": "BUSL-1.1",
37
37
  "repository": {
38
38
  "type": "git",
39
- "url": "https://github.com/raye-deng/open-code-review"
39
+ "url": "git+https://github.com/raye-deng/open-code-review.git"
40
40
  },
41
41
  "homepage": "https://codes.evallab.ai",
42
42
  "dependencies": {