Updated doc in all tools

This commit is contained in:
cliffhall
2025-12-13 15:55:07 -05:00
parent 7b8592538f
commit 20527e4175
15 changed files with 16 additions and 16 deletions

View File

@@ -16,7 +16,7 @@ const config = {
};
/**
* Registers the 'echo' Tool with the provided McpServer instance.
* Registers the 'echo' tool.
*
* The registered tool validates input arguments using the EchoSchema and
* returns a response that echoes the message provided in the arguments.