start_production
Start an existing InterSystems IRIS interoperability production by providing its class name. Use after creating or deploying the production class.
Instructions
Start an Interoperability production by class name (must already exist and be compiled).
Calls ##class(Ens.Director).StartProduction(productionName) (single-argument form
compatible with the IRIS Native SDK and servers where the two-argument sync overload
is not exposed to Python). It does not create the production class; use
create_empty_production or deploy a class from source, then call this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| production_class_name | Yes | Full production class name (e.g. `MCPTest.EmptyProduction`). | |
| synchronous | No | Reserved for future use; start mode follows the server's single-arg API. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |