#MCP Transport
MCP_TRANSPORT=streamable-http # options: stdio, http, streamable-http
# If MCP_TRANSPORT is set to "http" or "streamable-http", the following
# MCP_HOST and MCP_PORT will be used.
MCP_HOST=0.0.0.0
MCP_PORT=3001
#MCP Server Settings
# Name of the MCP Server
MCP_SERVER_NAME=SSH MCP Server
#Enable broadcast feature
MCP_ENABLE_BROADCAST=true
# Interval (in seconds) for broadcasting messages
MCP_BROADCAST_INTERVAL=60
# Enable debug logging
DEBUG_LOGGING=true