UNPKG
desktop-commander-test
Version:
latest (0.2.5)
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
MCP server for terminal operations and file editing
github.com/wonderwhy-er/DesktopCommanderMCP
desktop-commander-test
/
dist
/
config.d.ts
6 lines
(5 loc)
•
234 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
const
USER_HOME
:
string
;
export
declare
const
CONFIG_FILE
:
string
;
export
declare
const
TOOL_CALL_FILE
:
string
;
export
declare
const
TOOL_CALL_FILE_MAX_SIZE
:
number
;
export
declare
const
DEFAULT_COMMAND_TIMEOUT
=
1000
;