mirror of
https://github.com/b3nw/nginx-proxy-manager-mcp.git
synced 2026-05-20 07:35:47 -05:00
- NpmClient with JWT auth and auto-refresh - FastMCP server with 5 tools (list_proxy_hosts, get_proxy_host_details, get_system_health, search_audit_logs, list_certificates) - Docker support with multi-stage build using uv - Supports stdio and streamable HTTP transports - GitHub Actions for tests and Docker builds
17 lines
197 B
Plaintext
17 lines
197 B
Plaintext
# Docker ignore - exclude unnecessary files from build context
|
|
.venv/
|
|
venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.git/
|
|
.gitignore
|
|
.env
|
|
*.md
|
|
!README.md
|
|
tests/
|
|
.pytest_cache/
|
|
.coverage
|
|
.idea/
|
|
.vscode/
|