Updated doc in get-env.ts

This commit is contained in:
cliffhall
2025-12-13 15:45:24 -05:00
parent 6ad8af7130
commit 82cda366d6

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 Echo Tool is to be registered.
* @param {McpServer} server - The MCP server instance where the tool is to be registered.
* @returns {void}
*/
export const registerGetEnvTool = (server: McpServer) => {