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

@@ -16,7 +16,7 @@ const config = {
* The registered tool Retrieves and returns the environment variables
* of the current process as a JSON-formatted string encapsulated in a text response.
*
* @param {McpServer} server - The MCP server instance where the tool is to be registered.
* @param {McpServer} server - The McpServer instance where the tool will be registered.
* @returns {void}
*/
export const registerGetEnvTool = (server: McpServer) => {