copy python files into Blender

./__DEV_TOOLING/TOOLS/USING_MCP__copy_python_file_into_Blender.py \
    --server tcp://localhost:9876 \
    BLENDER_PLUGIN_COMMON/is_CLI_or_Blender_context.py \
    --open-in-editor
{
  "status": "ok",
  "mode": "tcp",
  "response": {
    "status": "success",
    "result": {
      "executed": true,
      "result": "Created/updated: is_CLI_or_Blender_context.py\n"
    }
  }
}