UNPKG
@mseep/desktop-commander
Version:
latest (0.1.35)
0.1.35
MCP server for terminal operations and file editing
github.com/wonderwhy-er/DesktopCommanderMCP
@mseep/desktop-commander
/
dist
/
tools
/
process.d.ts
4 lines
(3 loc)
•
183 B
TypeScript
View Raw
1
2
3
4
import
{
ServerResult
}
from
'../types.js'
;
export
declare
function
listProcesses
(
):
Promise
<
ServerResult
>;
export
declare
function
killProcess
(
args
:
unknown
):
Promise
<
ServerResult
>;