> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pluxx.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Sync MCP

Sync updates from the MCP while preserving custom sections.

## Flow

```bash theme={null}
npx @orchid-labs/pluxx sync
npx @orchid-labs/pluxx lint
npx @orchid-labs/pluxx test
```

Repoint from local development MCP to production endpoint:

```bash theme={null}
npx @orchid-labs/pluxx sync --from-mcp https://mcp.example.com/mcp
```
