CCXT MCP Server

by doggybee
Verified
MIT License
127
4
  • Apple

set-log-level

Adjust logging level in the CCXT MCP Server to debug, info, warning, or error for precise monitoring and troubleshooting of cryptocurrency exchange integrations.

Instructions

Set logging level

Input Schema

NameRequiredDescriptionDefault
levelYesLogging level to set

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "level": { "description": "Logging level to set", "enum": [ "debug", "info", "warning", "error" ], "type": "string" } }, "required": [ "level" ], "type": "object" }
ID: zrx6mdpyxy