11 lines
281 B
Plaintext
11 lines
281 B
Plaintext
# MCP Management Scripts Environment Variables
|
|
|
|
# Path to MCP configuration file (optional, defaults to .claude/.mcp.json)
|
|
MCP_CONFIG_PATH=.claude/.mcp.json
|
|
|
|
# Logging level (optional, defaults to info)
|
|
LOG_LEVEL=info
|
|
|
|
# Enable debug mode (optional, defaults to false)
|
|
DEBUG=false
|