Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FLEXSIM_LOG_LEVEL | No | Override logging level | INFO |
| FLEXSIM_CONFIG_PATH | No | Path to an alternate config.toml file | |
| FLEXSIM_INSTALL_PATH | No | Override FlexSim program path | |
| FLEXSIM_PYTHON_VERSION | No | Override Python version for FlexSimPy | 3.12 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| flexsim_open_model | Open a FlexSim model file. |
| flexsim_reset | Reset simulation to initial state (time = 0). |
| flexsim_run | Start running the simulation continuously. |
| flexsim_run_to_time | Run simulation until reaching target time. |
| flexsim_stop | Stop the running simulation. |
| flexsim_get_time | Get current simulation time. |
| flexsim_step | Step through simulation events. |
| flexsim_evaluate | Execute FlexScript code. |
| flexsim_get_node_value | Get value from FlexSim tree node. |
| flexsim_set_node_value | Set value in FlexSim tree node. |
| flexsim_save_model | Save the current model. |
| flexsim_new_model | Create a new blank model. |
| flexsim_compile | Compile the model (check for FlexScript errors). |
| flexsim_get_statistics | Get simulation statistics and performance metrics. |
| flexsim_export_results | Export simulation results to file. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |