printEnv
Display all environment variables for debugging and verifying MCP server configurations in EpicMe MCP. Simplify troubleshooting by providing a clear view of system settings.
Instructions
Prints all environment variables, helpful for debugging MCP server configuration
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}