deploy_fluent_app
Deploy a built Fluent application to a ServiceNow instance using session credentials or explicit authentication. Control flow activation to avoid auto-publishing deployments.
Instructions
Deploy a built Fluent (ServiceNow SDK) application to a ServiceNow instance. Requires a prior build via build_fluent_app and valid instance authentication (auto-injected from session, or pass auth explicitly). Use skipFlowActivation to prevent auto-publishing of flows and subflows during deployment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auth | No | Credential alias to use for authentication with instance (auto-injected from session if not provided) | |
| 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. | |
| skipFlowActivation | No | Skip automatic flow activation during deployment. By default in SDK v4.5.0, flows and subflows are auto-published on install. |