Prometheus MCP Server

by pab1it0
Verified
# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg PYTHONPATH # Environment .env .venv venv/ ENV/ env/ # IDE .idea/ .vscode/ *.swp *.swo # Logging *.log # OS specific .DS_Store Thumbs.db # pytest .pytest_cache/ .coverage htmlcov/