Main call-tool command implementation.
Call tool options from CLI flags
// Call a tool with JSON argsawait callToolCommand({ server: 'echo', tool: 'echo', args: '{"message": "hello"}',}); Copy
// Call a tool with JSON argsawait callToolCommand({ server: 'echo', tool: 'echo', args: '{"message": "hello"}',});
Main call-tool command implementation.