Learn how to debug and log in easy-mcp-use
DEBUG
environment variable set to the desired level:
Level | Environment Variable | Program Setting | Description |
---|---|---|---|
0 | (not set) | setDebug(0) | Normal operation, only WARNING and above messages are shown |
1 | DEBUG=1 | setDebug(1) | INFO level messages are shown - useful for basic operational information. Shows tool calls. |
2 | DEBUG=2 | setDebug(2) | Full DEBUG level - all detailed debugging information is shown |
verbose
parameter when creating an MCPAgent: