From ab81e276d38c810808ba30cd97798be4303ae680 Mon Sep 17 00:00:00 2001 From: Kirigaya <1193466151@qq.com> Date: Thu, 29 May 2025 19:55:47 +0800 Subject: [PATCH] change document link --- .vscode/openmcp_connection.json | 35 ++++++++++++++++++++++++++++- .vscode/tabs.锦恢的 MCP Server.json | 30 +++++++++++++++++++++++++ README.md | 5 ++--- src/sidebar/help.controller.ts | 4 ++-- 4 files changed, 68 insertions(+), 6 deletions(-) create mode 100644 .vscode/tabs.锦恢的 MCP Server.json diff --git a/.vscode/openmcp_connection.json b/.vscode/openmcp_connection.json index 17b0e6e..a811f86 100644 --- a/.vscode/openmcp_connection.json +++ b/.vscode/openmcp_connection.json @@ -1 +1,34 @@ -{"items":[]} \ No newline at end of file +{ + "items": [ + [ + { + "connectionType": "STDIO", + "command": "mcp", + "args": [ + "run", + "main.py" + ], + "url": "", + "cwd": "{workspace}/servers", + "oauth": "", + "clientName": "openmcp.connect.STDIO", + "clientVersion": "0.0.1", + "env": { + "HOME": "/Users/bytedance", + "LOGNAME": "bytedance", + "PATH": "/opt/homebrew/opt/openjdk@11/bin:/Users/bytedance/Downloads/neo4j-community-4.4.44/bin:/Users/bytedance/.local/bin:/Users/bytedance/.nvm/versions/node/v22.14.0/bin:/Users/bytedance/miniconda3/bin:/Users/bytedance/miniconda3/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/usr/local/go/bin:/opt/puppetlabs/bin:/Users/bytedance/.cargo/bin:/Users/bytedance/Downloads/Visual Studio Code.app/Contents/Resources/app/bin/:/Applications/Trae CN.app/Contents/Resources/app/bin/lib", + "SHELL": "/bin/zsh", + "TERM": "xterm-256color", + "USER": "bytedance" + }, + "serverInfo": { + "name": "锦恢的 MCP Server", + "version": "1.5.0" + }, + "filePath": "{workspace}/servers/main.py", + "name": "锦恢的 MCP Server", + "version": "1.5.0" + } + ] + ] +} \ No newline at end of file diff --git a/.vscode/tabs.锦恢的 MCP Server.json b/.vscode/tabs.锦恢的 MCP Server.json new file mode 100644 index 0000000..4127a75 --- /dev/null +++ b/.vscode/tabs.锦恢的 MCP Server.json @@ -0,0 +1,30 @@ +{ + "clientId": "737fbd1e-bd1e-5fbd1ee197b-8fbd1ee197b1295-b1295bef", + "currentIndex": 0, + "tabs": [ + { + "name": "工具", + "icon": "icon-tool", + "type": "blank", + "componentIndex": 2, + "storage": { + "activeNames": [ + 0 + ], + "formData": { + "city_code": 101210101 + }, + "currentToolName": "get_weather_by_city_code", + "lastToolCallResponse": { + "content": [ + { + "type": "text", + "text": "CityWeather(city_name_en='hangzhou', city_name_cn='杭州', city_code='101210101', temp='24.2', wd='', ws='', sd='64%', aqi='54', weather='阴')" + } + ], + "isError": false + } + } + } + ] +} \ No newline at end of file diff --git a/README.md b/README.md index b75552e..d35e3d8 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,12 @@

OpenMCP: 一体化 MCP Server 调试器

+ 📄 OpenMCP 文档网站 + 👉 加入 OpenMCP正式级技术组 - 加入 OpenMCP Discord频道 - 📄OpenMCP 文档仓库 - diff --git a/src/sidebar/help.controller.ts b/src/sidebar/help.controller.ts index 24d6f37..4868210 100644 --- a/src/sidebar/help.controller.ts +++ b/src/sidebar/help.controller.ts @@ -19,12 +19,12 @@ export class HelpProvider implements vscode.TreeDataProvider { new SidebarItem('入门', vscode.TreeItemCollapsibleState.None, { command: 'vscode.open', title: 'Open Guide', - arguments: [vscode.Uri.parse('https://zhuanlan.zhihu.com/p/1896301240826184013')] + arguments: [vscode.Uri.parse('https://kirigaya.cn/openmcp/plugin-tutorial/usage/connect-mcp.html·')] }, 'book'), new SidebarItem('阅读文档', vscode.TreeItemCollapsibleState.None, { command: 'vscode.open', title: 'Open Documentation', - arguments: [vscode.Uri.parse('https://document.kirigaya.cn/blogs/openmcp/main.html')] + arguments: [vscode.Uri.parse('https://kirigaya.cn/openmcp')] }, 'file-text'), new SidebarItem('报告问题', vscode.TreeItemCollapsibleState.None, { command: 'vscode.open',