Updated doc in echo.ts

This commit is contained in:
cliffhall
2025-12-13 15:48:13 -05:00
parent 29a20bfd0a
commit 0ba86f8d4f

View File

@@ -21,7 +21,7 @@ const config = {
* The registered tool validates input arguments using the EchoSchema and
* returns a response that echoes the message provided in the arguments.
*
* @param {McpServer} server - The server instance where the Echo Tool will be registered.
* @param {McpServer} server - The server instance where the tool will be registered.
* @returns {void}
*/
export const registerEchoTool = (server: McpServer) => {