diff --git a/docs/tools/mcp-server.md b/docs/tools/mcp-server.md index 0be9a34b..0b26f89a 100644 --- a/docs/tools/mcp-server.md +++ b/docs/tools/mcp-server.md @@ -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