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 @@