ragflow/docs/develop
yxkong 4e31eea55f
Fix/mcp doc (#7239)
### What problem does this PR solve?

This PR fixes an issue with the MCP server configuration in RAGFlow's
Docker deployment where:
1. Incorrect parameter naming (`--mcp--host-api-key` with double
hyphens) caused server startup failures
2. Port binding conflicts occurred due to unexposed MCP ports in Docker
3. Inconsistent host addressing between `0.0.0.0` and `127.0.0.1` led to
connectivity issues

The changes ensure proper MCP server initialization and reliable
inter-service communication.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
- [ ] New Feature (non-breaking change which adds functionality)
- [ ] Documentation Update
- [ ] Refactoring
- [ ] Performance Improvement
- [ ] Other (please describe):

### Key Changes

1. **Parameter Correction**:
   - Fixed `--mcp--host-api-key` → `--mcp-host-api-key`
2025-04-24 09:20:26 +08:00
..
_category_.json Added 0.17.0 release notes (#5608) 2025-03-04 19:21:28 +08:00
acquire_ragflow_api_key.md Added 0.17.0 release notes (#5608) 2025-03-04 19:21:28 +08:00
build_docker_image.mdx Docs: update for v0.18.0 (#7223) 2025-04-23 12:02:50 +08:00
launch_ragflow_from_source.md Doc: update launch from source. (#6074) 2025-03-14 14:20:18 +08:00
mcp.md Fix/mcp doc (#7239) 2025-04-24 09:20:26 +08:00