devto verbose

Toggle verbose logging for debugging.

Enables or disables verbose logging for all MCP tool calls. When enabled, every tool invocation logs the request payload and response to your terminal. Useful for debugging unexpected behavior.

Usage

bash
devto verbose

Example

bash
$ devto verbose
✓ Verbose logging enabled
$ devto verbose
✓ Verbose logging disabled

You can also set this via devto config set verbose true.