build_fluent_app
Compile source code into a Fluent (ServiceNow SDK) application package. Requires a valid project directory with now.config.json; runs without instance authentication to prepare for deployment.
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. |