File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ webview-ui/package.json
2929webview-ui /package-lock.json
3030webview-ui /node_modules /**
3131** /.gitignore
32-
32+ img / **
3333# Ignore docs
3434docs /**
3535
@@ -41,4 +41,4 @@ docs/**
4141! src /integrations /theme /default-themes /**
4242
4343# Include icons
44- ! assets /icons /**
44+ ! assets /icons /**
Original file line number Diff line number Diff line change 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
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+ ### 激活插件
18321 . 插件激活后,左侧出现 "mcp-feedback" 图标
19332 . 外部AI助手通过 ` http://localhost:7423/mcp ` 调用MCP工具
20343 . 用户在侧边栏输入反馈,结果返回给AI助手
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments