规范化图片路径与命名

This commit is contained in:
cybermanhao 2025-06-16 22:58:20 +08:00
parent 878b09fa14
commit 9284c1c1b7
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. 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: 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 ### 2. Modify the Execution Command
At the same time, adjust the execution command accordingly: 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 ### 3. Directly Specify the Interpreter Path