mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-20 12:55:21 +02:00
Updated doc in get-env.ts
This commit is contained in:
@@ -16,7 +16,7 @@ const config = {
|
|||||||
* The registered tool Retrieves and returns the environment variables
|
* The registered tool Retrieves and returns the environment variables
|
||||||
* of the current process as a JSON-formatted string encapsulated in a text response.
|
* 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}
|
* @returns {void}
|
||||||
*/
|
*/
|
||||||
export const registerGetEnvTool = (server: McpServer) => {
|
export const registerGetEnvTool = (server: McpServer) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user