MH MediaHarvester Web Context API
LOCAL STATUS HEALTH

Local Status

Current local development status for API, database, dashboard, CLI, MCP and integration templates.

API

Health endpoint

The local health route returns a simple ok payload when the app is running.

GET /api/health
Database

Dedicated SQLite

The project-specific development database is initialized under generated/.

generated/mediaharvester_web_context.sqlite3
Testing

Smoke scripts

Regression scripts verify image tools, conversion and Web Context endpoints.

scripts/*smoke.py
Production status page External uptime service not connected

A hosted public status page requires production deployment and monitoring credentials.

For local verification, run curl or the smoke scripts against http://127.0.0.1:8013.

Trust resources