You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/spaces.mdx
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,7 @@ Each Space is an independent environment containing:
29
29
30
30
### Active Space
31
31
32
-
Only one Space can be **active** at a time. The active Space is the **fallback** for any session whose folder isn't mapped to a specific Space via a [Workspace](/docs/workspaces/) binding. It determines:
33
-
34
-
- Which servers the gateway connects to
35
-
- Which tools an unmapped session sees (its active-Space FeatureSet)
36
-
- Which credentials are injected into server connections
32
+
Only one Space can be **active** at a time. The active Space sets the default gateway context — which servers are available and which credentials are injected when a session has a workspace binding. Unmapped folders get **no backend tools** by default; you must create an explicit [Workspace](/docs/workspaces/) binding to enable access. The Starter bundle is an opt-in default you can bind deliberately, not a silent fallback.
37
33
38
34
Switching the active Space immediately changes what servers and tools are available — no restart required.
39
35
@@ -82,7 +78,7 @@ Navigate to **Spaces** in McpMux and click **Create Space**. Give it a name and
82
78
83
79
### Switching Active Space
84
80
85
-
Click on any Space to set it as active. The dashboard and server list update immediately to reflect the new context. Any session whose folder isn't mapped to a specific Space follows the active Space automatically.
81
+
Click on any Space to set it as active. The dashboard and server list update immediately to reflect the new context. Unmapped folders stay denied until you bind them to a Space and FeatureSet.
0 commit comments