UNPKG
@xcud/remote-commander
Version:
latest (0.1.0)
0.1.0
MCP server for remote file operations via REST API
github.com/Positronic-AI/remote-commander
@xcud/remote-commander
/
dist
/
tools
/
usage.d.ts
6 lines
(5 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ServerResult
}
from
'../types.js'
;
/** * Get usage statistics for debugging and analysis */
export
declare
function
getUsageStats
(
):
Promise
<
ServerResult
>;