cursor-feedback 1.0.4 → 1.0.5
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.
- package/README.md +11 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,9 +26,17 @@
|
|
|
26
26
|
|
|
27
27
|
### 2. 配置 MCP Server
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
#### 方式 A:一键安装(推荐)
|
|
30
|
+
|
|
31
|
+
复制以下链接在浏览器地址栏打开,自动配置 MCP Server:
|
|
30
32
|
|
|
31
|
-
|
|
33
|
+
```
|
|
34
|
+
cursor://anysphere.cursor-deeplink/mcp/install?name=cursor-feedback&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImN1cnNvci1mZWVkYmFja0BsYXRlc3QiXX0=
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
#### 方式 B:手动配置
|
|
38
|
+
|
|
39
|
+
在 Cursor 的 MCP 配置文件中添加(`~/.cursor/mcp.json`):
|
|
32
40
|
|
|
33
41
|
```json
|
|
34
42
|
{
|
|
@@ -41,7 +49,7 @@
|
|
|
41
49
|
}
|
|
42
50
|
```
|
|
43
51
|
|
|
44
|
-
#### 方式
|
|
52
|
+
#### 方式 C:全局安装
|
|
45
53
|
|
|
46
54
|
```bash
|
|
47
55
|
npm install -g cursor-feedback
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "cursor-feedback",
|
|
3
3
|
"displayName": "Cursor Feedback",
|
|
4
4
|
"description": "Interactive feedback collection for AI agents in Cursor/VS Code - MCP Server with sidebar UI",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.5",
|
|
6
6
|
"author": "jianger666",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|