Skip to content

Commit 31f4bdf

Browse files
committed
发布到商店
1 parent 5d8033c commit 31f4bdf

6 files changed

Lines changed: 21 additions & 7 deletions

File tree

.vscodeignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ webview-ui/package.json
2929
webview-ui/package-lock.json
3030
webview-ui/node_modules/**
3131
**/.gitignore
32-
32+
img/**
3333
# Ignore docs
3434
docs/**
3535

@@ -41,4 +41,4 @@ docs/**
4141
!src/integrations/theme/default-themes/**
4242

4343
# Include icons
44-
!assets/icons/**
44+
!assets/icons/**

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
## 功能
44

5-
![img1.png](./assets/img/img1.png)
5+
![img1.png](./img/img1.png)
66

77

8-
![img2.png](./assets/img/img2.png)
8+
![img2.png](./img/img2.png)
99

1010
## 安装
1111

@@ -15,6 +15,20 @@
1515

1616
## 使用
1717

18+
### 商店搜索安装
19+
20+
1. 在VSCode中按 `Ctrl+Shift+P``Cmd+Shift+P`
21+
2. 输入 "Extensions: Search in Marketplace..."
22+
3. 搜索 "mcp-feedback" 并安装
23+
24+
### 手动安装
25+
1. 下载 `.vsix` 文件
26+
2. 在VSCode中按 `Ctrl+Shift+P``Cmd+Shift+P`
27+
3. 输入 "Extensions: Install from VSIX..."
28+
4. 选择 `.vsix` 文件安装
29+
30+
31+
### 激活插件
1832
1. 插件激活后,左侧出现 "mcp-feedback" 图标
1933
2. 外部AI助手通过 `http://localhost:7423/mcp` 调用MCP工具
2034
3. 用户在侧边栏输入反馈,结果返回给AI助手

assets/icons/icon.png

-1.33 MB
Loading
File renamed without changes.
File renamed without changes.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"name": "vscode-mcp-feedback-extension",
33
"displayName": "mcp-feedback",
44
"description": "A VSCode extension that provides MCP HTTP server with user feedback interface.",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"icon": "assets/icons/icon.png",
77
"engines": {
88
"vscode": "^1.84.0"
99
},
1010
"author": {
11-
"name": "Demo Author"
11+
"name": "fffattiger"
1212
},
1313
"license": "Apache-2.0",
14-
"publisher": "demo-publisher",
14+
"publisher": "fffattiger",
1515
"repository": {
1616
"type": "git",
1717
"url": "https://github.com/demo/vscode-sidebar-demo"

0 commit comments

Comments
 (0)