
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
A secure HTTPS live reload server for front-end prototyping and dashboard development
HT-Serve is a secure HTTPS file server with live reload support, built for UI/dashboard prototyping. It enables frontend developers to test real-time changes under TLS with zero configuration, WebSocket-triggered reloads, and a CLI interface for orchestration.
ht-serve reset-demo
)/healthz
serve
, check
, and reset-demo
HT_DEBUG=1
)pip install .
Launch the development server:
ht-serve serve --open-browser
Check if HTTPS/WebSocket ports are available:
ht-serve check
Reset and regenerate a demo UI site:
ht-serve reset-demo
Variable | Description |
---|---|
DASH_CERT_PATH | Full path to the HTTPS certificate (.pem ) |
DASH_KEY_PATH | Full path to the HTTPS private key (.key ) |
DASH_PORT | Port to serve HTTPS on (default: 443 ; fallback: 8443 ) |
HT_DEBUG | Set to 1 to enable verbose logging and file event tracking |
HT_FORCE_CERT | Set to 1 to regenerate the TLS cert/key on next launch |
HT-Serve/
โโโ ht_serve/
โ โโโ cli.py # Typer-based CLI commands
โ โโโ server.py # Core HTTPS + WebSocket server logic
โ โโโ templates/
โ โ โโโ inject.js # Injected live-reload script
โ โโโ testsite/ # Sample demo UI assets
โโโ pyproject.toml
โโโ requirements.txt
โโโ setup.py
โโโ README.md
MIT ยฉ HermiTech Labs
FAQs
A secure HTTPS live reload server for front-end prototyping and dashboard development
We found that ht-serve demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.ย It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.