{ "logging": { "level": "INFO", "format": "%(asctime)s - %(name)s - %(levelname)s - %(message)s", "file": "logs/netops-mcp.log" }, "security": { "allow_privileged_commands": false, "allow_loopback": false, "allow_link_local": false, "allow_private": true, "block_metadata": true, "allowed_hosts": [], "rate_limit_requests": 100, "rate_limit_window": 60, "require_auth": true, "api_keys": [], "enable_cors": false, "cors_origins": ["http://localhost:3000"], "cors_allow_credentials": false }, "network": { "default_timeout": 30, "max_scan_timeout": 300, "allowed_ports": "1-65535" }, "server": { "host": "0.0.0.0", "port": 8815, "path": "/netops-mcp" } }