We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GUEPARD98/MCP-POWERSHELL'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.test•464 B
# Configuración de pruebas para SSH-PowerShell MCP Server
# Ruta a clave SSH para tests (usando clave de desarrollo)
SSH_KEY_PATH=%USERPROFILE%\.ssh\test_key
# Puerto SSH para tests
SSH_DEFAULT_PORT=2222
SSH_DEFAULT_USER=testuser
# Timeouts rápidos para tests
COMMAND_TIMEOUT=10000
SSH_TIMEOUT=5000
# Logs detallados para debugging de tests
LOG_LEVEL=debug
DEBUG_MODE=true
# Mock mode para tests sin conexiones reales
MOCK_SSH_CONNECTIONS=true
TEST_MODE=true