{
"type": "object",
"properties": {
"envFilePath": {
"type": "string",
"default": ".env",
"description": "Path to the environment file containing configuration variables, if not provided defaults to .env file."
},
"useSetupHelper": {
"type": "boolean",
"default": false,
"description": "Boolean flag to determine whether to run the setup helper script before starting the server."
}
}
}