(message: string, meta?: any)
| 134 | } |
| 135 | |
| 136 | error(message: string, meta?: any) { |
| 137 | // Disabled for MCP stdio communication |
| 138 | if (this.shouldLog(LogLevel.ERROR)) { |
| 139 | console.error(this.formatLog(LogLevel.ERROR, message, meta)); |
| 140 | } |
| 141 | } |
| 142 | |
| 143 | /** |
| 144 | * Log API request |