pack_fluent_app
Creates an installable zip from a previously built Fluent project, enabling manual deployment to a ServiceNow instance without authentication.
Instructions
Package a built Fluent (ServiceNow SDK) application into a zip artifact for installation. Requires a prior build via build_fluent_app. The output zip can be used for manual installation on a ServiceNow instance. 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. |