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
/
utils
/
trackTools.d.ts
7 lines
(6 loc)
•
248 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * Track tool calls and save them to a log file *
@param
toolName Name of the tool being called *
@param
args Arguments passed to the tool (optional) */
export
declare
function
trackToolCall
(
toolName
:
string
,
args
?:
unknown
):
Promise
<
void
>;