cursor-feedback 1.0.4 → 1.0.6
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/icon.png +0 -0
- package/mcp-install-dark.png +0 -0
- package/package.json +2 -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:
|
|
32
|
+
|
|
33
|
+
<a href="https://cursor.com/en/install-mcp?name=cursor-feedback&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImN1cnNvci1mZWVkYmFja0BsYXRlc3QiXX0%3D">
|
|
34
|
+
<img src="mcp-install-dark.png" alt="Install MCP Server" width="126" height="28" />
|
|
35
|
+
</a>
|
|
30
36
|
|
|
31
|
-
#### 方式
|
|
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/icon.png
ADDED
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -2,7 +2,8 @@
|
|
|
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.6",
|
|
6
|
+
"icon": "icon.png",
|
|
6
7
|
"author": "jianger666",
|
|
7
8
|
"license": "MIT",
|
|
8
9
|
"repository": {
|