The docs currently describe a separate Enable MCP Server Creation toggle, but Zoo Code VS Code extension v3.68.0 does not appear to expose or persist that setting.
Docs page:
https://docs.zoocode.dev/features/mcp/using-mcp-in-roo#enabling-or-disabling-mcp-server-creation
Current docs say:
- Users can check/uncheck
Enable MCP Server Creation
- MCP server creation requires that setting to be enabled
What I verified in the v3.68.0 extension code:
webview-ui/src/components/mcp/McpView.tsx renders only McpEnabledToggle
webview-ui/src/components/mcp/McpEnabledToggle.tsx updates only updatedSettings: { mcpEnabled: ... }
packages/types/src/global-settings.ts defines mcpEnabled, but no separate MCP server creation setting
webview-ui/src/i18n/locales/en/mcp.json still contains unused enableServerCreation text, which may be stale
Expected docs behavior:
- Remove or qualify the "Enabling or Disabling MCP Server Creation" section
- Remove the prerequisite that says
Enable MCP Server Creation must be checked ON
- Clarify that v3.68.0 exposes
Enable MCP Servers, but not a separate MCP server creation toggle
Related issue opened in the extension repo before realizing docs are tracked here:
Zoo-Code-Org/Zoo-Code#895
The docs currently describe a separate
Enable MCP Server Creationtoggle, but Zoo Code VS Code extension v3.68.0 does not appear to expose or persist that setting.Docs page:
https://docs.zoocode.dev/features/mcp/using-mcp-in-roo#enabling-or-disabling-mcp-server-creation
Current docs say:
Enable MCP Server CreationWhat I verified in the v3.68.0 extension code:
webview-ui/src/components/mcp/McpView.tsxrenders onlyMcpEnabledTogglewebview-ui/src/components/mcp/McpEnabledToggle.tsxupdates onlyupdatedSettings: { mcpEnabled: ... }packages/types/src/global-settings.tsdefinesmcpEnabled, but no separate MCP server creation settingwebview-ui/src/i18n/locales/en/mcp.jsonstill contains unusedenableServerCreationtext, which may be staleExpected docs behavior:
Enable MCP Server Creationmust be checked ONEnable MCP Servers, but not a separate MCP server creation toggleRelated issue opened in the extension repo before realizing docs are tracked here:
Zoo-Code-Org/Zoo-Code#895