Configuration drift occurs when production settings deviate from the approved configuration baseline.To maintain consistency and prevent unauthorized changes across environments:
  • Track the canonical mcp_server_config.json file in version control to maintain a single source of truth.
  • Do not allow manual edits on production hosts. All changes must be applied through a pull request and followed by a redeployment process.