UNPKG
mcp-chain-of-draft-server
Version:
latest (1.1.0)
1.1.0
1.0.0
0.2.0
0.1.0
A Model Context Protocol server which provides Chain of Draft style thinking
mcp-chain-of-draft-server
/
build
/
utils
/
logging.d.ts
7 lines
(6 loc)
•
248 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
const
logger
: {
debug
:
(
message
:
string
, ...
args
:
any
[]
) =>
void
;
info
:
(
message
:
string
, ...
args
:
any
[]
) =>
void
;
warn
:
(
message
:
string
, ...
args
:
any
[]
) =>
void
;
error
:
(
message
:
string
, ...
args
:
any
[]
) =>
void
; };