mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-18 00:03:23 +02:00
Updated doc in all tools
This commit is contained in:
@@ -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 tool will be registered.
|
||||
* @param {McpServer} server - The McpServer instance where the tool will be registered.
|
||||
* @returns {void}
|
||||
*/
|
||||
export const registerEchoTool = (server: McpServer) => {
|
||||
|
||||
Reference in New Issue
Block a user