clean_fluent_app
Delete the build output directory of a Fluent application to remove compiled artifacts, enabling a clean rebuild via the build command.
Instructions
Delete the build output directory of a Fluent (ServiceNow SDK) application. This is a destructive operation that removes all compiled artifacts. Run build_fluent_app afterward to regenerate. Does NOT require authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| debug | No | Print debug output | |
| source | No | Path to the directory that contains package.json configuration | |
| workingDirectory | No | Absolute path to the Fluent project for this call. Overrides the initialized session and FLUENT_MCP_WORKING_DIR. |