Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| new_heim_application | Runs 'heim new' command on your local computer to create application schafholding from an OpenAPI 3.0.1 specification. |
| deploy_heim_application | Runs 'heim deploy' command to deploy an application to a local Heim runtime. Which will make the application availible on http://127.0.0.1:3000 where is the path defined in your OpenAPI specification |
| deploy_heim_application_to_cloud | Runs 'heim deploy' command to deploy an application to Heim cloud. Which will make the application availible on the path outputted in the console |
| heim_start | Starts the Heim runtime which will run your backend applications. |
| heim_clear | Clears the local cache of the Heim runtime which will attempt to stop the runtime and remove all applications, logs, metrics, etc. from the runtime. |
| heim_update | Updates Heim to the latest version. |