Updated doc in all tools

This commit is contained in:
cliffhall
2025-12-13 15:52:32 -05:00
parent eed70bbbda
commit 7b8592538f
15 changed files with 15 additions and 15 deletions

View File

@@ -36,7 +36,7 @@ const config = {
* The response contains a "text" introductory block and multiple "resource_link" blocks.
*
* @param {McpServer} server - An instance of the McpServer on which the tool will be registered.
* @param {McpServer} server - The McpServer instance where the tool will be registered.
*/
export const registerGetResourceLinksTool = (server: McpServer) => {
server.registerTool(name, config, async (args): Promise<CallToolResult> => {