UNPKG

nikto-mcp

Version:

A secure MCP (Model Context Protocol) server that enables AI agents to interact with Nikto web server scanner

6 lines (4 loc) 169 B
// Jest setup file for global test configuration // Mock environment variables process.env.NODE_ENV = 'test'; process.env.LOG_LEVEL = 'error'; // Reduce noise in tests