Skip to main content
Glama

SonicWall MCP Server

by gensecaihq
jest.setup.jsโ€ข405 B
// Jest setup file for environment configuration // Set required environment variables for testing process.env.SONICWALL_HOST = 'test.example.com'; process.env.SONICWALL_USERNAME = 'test-user'; process.env.SONICWALL_PASSWORD = 'test-password'; process.env.SONICWALL_VERSION = '7'; process.env.PORT = '3001'; process.env.LOG_LEVEL = 'error'; // Reduce log noise during tests process.env.NODE_ENV = 'test';

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gensecaihq/Sonicwall-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server