build_fluent_app
Builds a ServiceNow application package from Fluent project source. Use after initialization and before deployment to generate the deployable artifact.
Instructions
Build a Fluent (ServiceNow SDK) application package from source code. Requires a valid Fluent project directory with now.config.json. Run after init_fluent_app and before deploy_fluent_app. Does NOT require instance authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| debug | No | Print debug output | |
| workingDirectory | No | Absolute path to the Fluent project for this call. Overrides the initialized session and FLUENT_MCP_WORKING_DIR. |