clean_fluent_app
Delete a Fluent app's build output directory to clear compiled artifacts, then run build_fluent_app to regenerate.
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. |