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

@@ -44,7 +44,7 @@ const config = {
* 3. Constructs a URI for the resource based on its type (text or blob).
* 4. Retrieves the resource and returns it in a content block.
*
* @param {McpServer} server - The server instance where the tool is registered.
* @param {McpServer} server - The McpServer instance where the tool will be registered.
*/
export const registerGetResourceReferenceTool = (server: McpServer) => {
server.registerTool(name, config, async (args): Promise<CallToolResult> => {