From 27793ac93a5a76e7e40666d24b5ff498b8a91720 Mon Sep 17 00:00:00 2001 From: cliffhall Date: Tue, 9 Dec 2025 19:26:04 -0500 Subject: [PATCH] [WIP] Refactor everything server to be more modular and use recommended APIs. * In get-env.ts - update tool description --- src/everything/tools/get-env.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/everything/tools/get-env.ts b/src/everything/tools/get-env.ts index 6df3aa59..f1c25826 100644 --- a/src/everything/tools/get-env.ts +++ b/src/everything/tools/get-env.ts @@ -6,7 +6,7 @@ const name = "get-env"; const config = { title: "Print Environment Tool", description: - "Prints all environment variables, helpful for debugging MCP server configuration", + "Returns all environment variables, helpful for debugging MCP server configuration", inputSchema: {}, };