Skip to content

Docs mention missing Enable MCP Server Creation setting #11

Description

@edelauna

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions