[WIP] Refactor everything server to be more modular and use recommended APIs.

* In get-env.ts
  - update tool description
This commit is contained in:
cliffhall
2025-12-09 19:26:04 -05:00
parent 03d3da0d55
commit 27793ac93a

View File

@@ -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: {},
};