mockforge-runtime-daemon 0.3.27

Runtime daemon for zero-config auto-mock generation from 404s
Documentation

MockForge Runtime Daemon

Zero-config mode runtime daemon that automatically creates mocks from 404 responses.

This crate provides the "invisible mock server" experience - when a user hits an endpoint that doesn't exist, the daemon automatically:

  • Creates a mock endpoint
  • Generates a type
  • Generates a client stub
  • Adds to OpenAPI schema
  • Adds an example response
  • Sets up a scenario

This is "mock server in your shadow" — an AI-assisted backend-on-demand.