mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-19 08:33:23 +02:00
[WIP] Refactor everything server to be more modular and use recommended APIs.
* In get-env.ts - update tool description
This commit is contained in:
@@ -6,7 +6,7 @@ const name = "get-env";
|
|||||||
const config = {
|
const config = {
|
||||||
title: "Print Environment Tool",
|
title: "Print Environment Tool",
|
||||||
description:
|
description:
|
||||||
"Prints all environment variables, helpful for debugging MCP server configuration",
|
"Returns all environment variables, helpful for debugging MCP server configuration",
|
||||||
inputSchema: {},
|
inputSchema: {},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user