From bc0cc8559a3e30358655035d6d1ca6ad9d4af927 Mon Sep 17 00:00:00 2001 From: writinwaters <93570324+writinwaters@users.noreply.github.com> Date: Fri, 11 Jul 2025 18:21:11 +0800 Subject: [PATCH] Docs: Updated tips (#8809) ### What problem does this PR solve? ### Type of change - [x] Documentation Update --- docs/develop/mcp/launch_mcp_server.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/develop/mcp/launch_mcp_server.md b/docs/develop/mcp/launch_mcp_server.md index 8388ce56c..0f15bef61 100644 --- a/docs/develop/mcp/launch_mcp_server.md +++ b/docs/develop/mcp/launch_mcp_server.md @@ -56,7 +56,7 @@ Where: - `mode`: The launch mode. - `self-host`: (default) self-host mode. - `host`: host mode. -- `api_key`: Required in self-host mode to authenticate the MCP server with the RAGFlow server. +- `api_key`: Required in self-host mode to authenticate the MCP server with the RAGFlow server. See [here](../acquire_ragflow_api_key.md) for instructions on acquiring an API key. ### Launch from Docker @@ -92,11 +92,11 @@ Where: - `mcp-mode`: The launch mode. - `self-host`: (default) self-host mode. - `host`: host mode. -- `mcp-host-api_key`: Required in self-host mode to authenticate the MCP server with the RAGFlow server. +- `mcp-host-api_key`: Required in self-host mode to authenticate the MCP server with the RAGFlow server. See [here](../acquire_ragflow_api_key.md) for instructions on acquiring an API key. #### 2. Launch a RAGFlow server with an MCP server -Run `docker compose -f docker-compose.yml` to launch the RAGFlow server together with the MCP server. +Run `docker compose -f docker-compose.yml up` to launch the RAGFlow server together with the MCP server. *The following ASCII art confirms a successful launch:* @@ -166,7 +166,7 @@ This section is contributed by our community contributor [yiminghub2024](https:/ 3. Launch the MCP server: ```bash -docker compose -f docker-compose.yml up -d` +docker compose -f docker-compose.yml up -d ``` ### Check MCP server status