diff --git a/plugin-tutorial/faq/help.md b/plugin-tutorial/faq/help.md index 6878a2c..fee8a28 100644 --- a/plugin-tutorial/faq/help.md +++ b/plugin-tutorial/faq/help.md @@ -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) --- diff --git a/plugin-tutorial/faq/venv-not-same-path/image.png b/plugin-tutorial/faq/images/after-path-changed.png similarity index 100% rename from plugin-tutorial/faq/venv-not-same-path/image.png rename to plugin-tutorial/faq/images/after-path-changed.png diff --git a/plugin-tutorial/faq/venv-not-same-path/image-2.png b/plugin-tutorial/faq/images/before-path-changed.png similarity index 100% rename from plugin-tutorial/faq/venv-not-same-path/image-2.png rename to plugin-tutorial/faq/images/before-path-changed.png diff --git a/plugin-tutorial/faq/venv-not-same-path/venv-not-same-path.md b/plugin-tutorial/faq/venv-not-same-path.md similarity index 88% rename from plugin-tutorial/faq/venv-not-same-path/venv-not-same-path.md rename to plugin-tutorial/faq/venv-not-same-path.md index 7ab3bb5..0e57a26 100644 --- a/plugin-tutorial/faq/venv-not-same-path/venv-not-same-path.md +++ b/plugin-tutorial/faq/venv-not-same-path.md @@ -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