Updated doc in all tools

This commit is contained in:
cliffhall
2025-12-13 15:55:07 -05:00
parent 7b8592538f
commit 20527e4175
15 changed files with 16 additions and 16 deletions

View File

@@ -17,7 +17,7 @@ const config = {
};
/**
* Registers the 'get-sum' tool with the provided McpServer instance.
* Registers the 'get-sum' tool.
**
* The registered tool processes input arguments, validates them using a predefined schema,
* calculates the sum of two numeric values, and returns the result in a content block.