Skip to main content

Module dev

Module dev 

Source
Expand description

Development server command with hot reload support.

This module implements the turbomcp dev command which provides:

  • Hot reload development server using cargo-watch
  • MCP Inspector integration for debugging

§Usage

# Run server with hot reload
turbomcp dev ./my-server --watch

# Run with inspector
turbomcp dev ./my-server --inspector

# Build in release mode
turbomcp dev ./my-server --release

Functions§

execute
Execute the dev command.