# mcp.RunDefaultMinimal

- **Module:** mcp
- **Package:** github.com/libtmux/libtmux-go/mcp
- **Language:** Go
- **Kind:** function
- **Source:** https://github.com/libtmux/libtmux-go/blob/52968a3181c1c9e6d1b26c565d4b170968ae61c0/mcp/server.go#L285
- **Page:** https://libtmux.org/en/go/latest/mcp/reference/mcp-rundefaultminimal/

```
mcp.RunDefaultMinimal(ctx: context.Context, target: tmux.Server) -> error
```

RunDefaultMinimal serves a package-created default dedicated target. It starts or joins the daemon with a one-use owner marker and grants default teardown only when the marker proves this process created that daemon.
