mcp-server: Fix debug flag (#3667)

This commit is contained in:
Ed Harrod 2025-07-09 18:52:49 +01:00 committed by GitHub
parent d5db4f0b93
commit 01e756481f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ The MCP integration tracks several states:
### Debugging Tips
1. **Enable debug mode:** Run the CLI with `--debug_mode` for verbose output
1. **Enable debug mode:** Run the CLI with `--debug` for verbose output
2. **Check stderr:** MCP server stderr is captured and logged (INFO messages filtered)
3. **Test isolation:** Test your MCP server independently before integrating
4. **Incremental setup:** Start with simple tools before adding complex functionality