change document link
This commit is contained in:
parent
667e000afe
commit
ab81e276d3
35
.vscode/openmcp_connection.json
vendored
35
.vscode/openmcp_connection.json
vendored
@ -1 +1,34 @@
|
||||
{"items":[]}
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
30
.vscode/tabs.锦恢的 MCP Server.json
vendored
Normal file
30
.vscode/tabs.锦恢的 MCP Server.json
vendored
Normal file
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -4,13 +4,12 @@
|
||||
|
||||
<h3>OpenMCP: 一体化 MCP Server 调试器</h3>
|
||||
|
||||
<a href="https://kirigaya.cn/openmcp" target="_blank" style="display: inline-block; padding: 8px 16px; background-color: rgb(84, 176, 84); color: white; border-radius: .5em; text-decoration: none;"> 📄 OpenMCP 文档网站</a>
|
||||
|
||||
<a href="https://qm.qq.com/cgi-bin/qm/qr?k=C6ZUTZvfqWoI12lWe7L93cWa1hUsuVT0&jump_from=webapi&authKey=McW6B1ogTPjPDrCyGttS890tMZGQ1KB3QLuG4aqVNRaYp4vlTSgf2c6dMcNjMuBD" target="_blank" style="display: inline-block; padding: 8px 16px; background-color: #CB81DA; color: white; border-radius: .5em; text-decoration: none;">👉 加入 OpenMCP正式级技术组</a>
|
||||
|
||||
|
||||
<a href="https://discord.gg/SKTZRf6NzU" target="_blank" style="display: inline-block; padding: 8px 16px; background-color: rgb(84, 176, 84); color: white; border-radius: .5em; text-decoration: none;"> 加入 OpenMCP Discord频道</a>
|
||||
|
||||
<a href="https://github.com/LSTM-Kirigaya/openmcp-document" target="_blank" style="display: inline-block; padding: 8px 16px; background-color: rgb(84, 176, 84); color: white; border-radius: .5em; text-decoration: none;"> 📄OpenMCP 文档仓库</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -19,12 +19,12 @@ export class HelpProvider implements vscode.TreeDataProvider<SidebarItem> {
|
||||
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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user