cursor-feedback 1.0.5 → 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 +4 -4
- package/icon.png +0 -0
- package/mcp-install-dark.png +0 -0
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
|
|
29
29
|
#### 方式 A:一键安装(推荐)
|
|
30
30
|
|
|
31
|
-
|
|
31
|
+
点击下方按钮,自动配置 MCP Server:
|
|
32
32
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
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>
|
|
36
36
|
|
|
37
37
|
#### 方式 B:手动配置
|
|
38
38
|
|
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": {
|