Merge pull request #6 from reliedejuedouzhe2/main

尝试规范化图片路径以防止图片无法加载
This commit is contained in:
Kirigaya Kazuto 2025-06-17 04:08:21 +08:00 committed by GitHub
commit 0ee7122c79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ MCP connection failure can have multiple causes. Here are some common situations
A mismatch between the virtual environment (venv) and the entry file path is one of the common reasons for connection failure.
For detailed solutions, please refer to: [Configuration Guide](./venv-not-same-path/venv-not-same-path.md)
For detailed solutions, please refer to: [Configuration Guide](./venv-not-same-path.md)
---

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 71 KiB

View File

@ -10,13 +10,13 @@ When using OpenMCP, you may sometimes encounter situations where the virtual env
In the connection options, you need to set the execution directory to where the virtual environment is located:
![MCP Connection Options Interface](./image-2.png)
![MCP Connection Options Interface](./images/before-path-changed.png)
### 2. Modify the Execution Command
At the same time, adjust the execution command accordingly:
![Example of Modified Execution Command](./image.png)
![Example of Modified Execution Command](./images/after-path-changed.png)
### 3. Directly Specify the Interpreter Path