Start the MCP dev server over stdio and keep it alive until the process is interrupted.
The stdio transport speaks JSON-RPC on stdout and keeps the event loop alive by reading stdin, so Ctrl+C (SIGINT) stops it, exactly like stone dev.
Ctrl+C
stone dev
The dev-server options.
Start the MCP dev server over stdio and keep it alive until the process is interrupted.
The stdio transport speaks JSON-RPC on stdout and keeps the event loop alive by reading stdin, so
Ctrl+C(SIGINT) stops it, exactly likestone dev.