nikto-mcp
Version:
A secure MCP (Model Context Protocol) server that enables AI agents to interact with Nikto web server scanner
72 lines (58 loc) • 647 B
Plain Text
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# TypeScript
src/
*.ts
!*.d.ts
tsconfig.json
# Testing
tests/
coverage/
jest.config.*
*.test.js
*.test.ts
*.spec.js
*.spec.ts
# Development files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Git
.git/
.gitignore
# Documentation
*.md
!README.md
memory-bank/
examples/
# Build artifacts
*.tsbuildinfo
# Logs
logs/
*.log
# Runtime data
pids/
*.pid
*.seed
*.pid.lock
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Temporary folders
tmp/
temp/