diff --git a/src/everything/tools/echo.ts b/src/everything/tools/echo.ts index c7fe3eff..24a961f7 100644 --- a/src/everything/tools/echo.ts +++ b/src/everything/tools/echo.ts @@ -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) => {