You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/claude-desktop-codeclone/manifest.json
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"manifest_version": "0.3",
3
3
"name": "codeclone",
4
4
"display_name": "CodeClone",
5
-
"version": "2.0.0-b5.0",
5
+
"version": "2.0.0-b5.1",
6
6
"description": "Baseline-aware structural review for Claude Desktop through a local CodeClone MCP launcher.",
7
7
"long_description": "CodeClone for Claude Desktop wraps the local codeclone-mcp launcher as an MCP bundle. It keeps Claude on the same canonical MCP surface used by the CLI, HTML report, VS Code extension, and Codex plugin — read-only, baseline-aware, local stdio only.",
"description": "Optional absolute path to the Python project root (the directory that contains .venv or venv). When set, the launcher prefers that virtual environment over user-local or system-wide installs. Useful when Claude Desktop starts outside the project directory.",
111
+
"required": false
112
+
},
106
113
"launcher_command": {
107
114
"type": "string",
108
115
"title": "CodeClone launcher command",
109
-
"description": "Optional absolute path or bare command name for codeclone-mcp. Leave empty to use auto-discovery and PATH.",
116
+
"description": "Optional absolute path or bare command name for codeclone-mcp. Leave empty to prefer workspace launchers, then user-local paths, then PATH.",
0 commit comments