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
/
handlers
/
index.js
6 lines
(5 loc)
•
215 B
JavaScript
View Raw
1
2
3
4
5
6
// Export all handlers from their respective files
export
*
from
'./filesystem-handlers.js'
;
export
*
from
'./terminal-handlers.js'
;
export
*
from
'./process-handlers.js'
;
export
*
from
'./edit-search-handlers.js'
;