File size: 620 Bytes
cf3884b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"name": "start_dev_server",
"description": "Start the Trigger.dev dev server (`trigger dev`) in the background. Waits up to 30 seconds for the worker to be ready. Use `dev_server_status` to check output and `stop_dev_server` to stop it.",
"inputSchema": {
"type": "object",
"properties": {
"configPath": {
"type": "string",
"description": "The path to the trigger.config.ts file or project directory. Only needed when the trigger.config.ts file is not at the root dir."
}
},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}
} |