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

@@ -22,7 +22,7 @@ const config = {
* The response structure includes textual content before and after the image.
* The image is served as a PNG data type and represents the default MCP tiny image.
*
* @param server - An instance of McpServer where the tool will be registered.
* @param server - The McpServer instance where the tool will be registered.
*/
export const registerGetTinyImageTool = (server: McpServer) => {
server.registerTool(name, config, async (args): Promise<CallToolResult> => {