File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,20 @@ Configure servers in **Settings → Projects**:
50503 . Use ** Test** (play button) to verify before adding
51514 . Use ** Edit** (pencil) or ** Remove** (trash) to manage existing servers
5252
53+ ## Scope
54+
55+ MCP servers have two scopes:
56+
57+ - ** Configuration** is per-project — The ` .mux/mcp.jsonc ` file lives in your project root and applies to all workspaces created from that project
58+ - ** Runtime instances** are per-workspace — Each workspace runs its own server processes, so state in one workspace doesn't affect another
59+
60+ This means you configure servers once per project, but each workspace (branch) gets isolated server instances with independent state.
61+
5362## Behavior
5463
5564- ** Hot reload** — Config changes apply on your next message (no restart needed)
56- - ** Per-workspace** — Each workspace maintains its own server instances
5765- ** Isolated** — Server processes run in the workspace directory with its environment
66+ - ** Automatic lifecycle** — Servers start when first needed and stop when the workspace closes
5867
5968## Finding MCP Servers
6069
You can’t perform that action at this time.
0 commit comments