Skip to main content
Glama

firewalla-mcp-server

setup.ts322 B
import dotenv from 'dotenv'; // Load test-specific environment variables dotenv.config({ path: '.env.test' }); beforeAll(() => { process.env.NODE_ENV = 'test'; }); afterAll(() => { // Cleanup any global test resources }); global.console = { ...console, warn: jest.fn(), error: jest.fn(), log: jest.fn(), };

Latest Blog Posts

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/amittell/firewalla-mcp-server'

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