Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SAP_URL | No | The URL of the SAP system | |
| SAP_PASS | No | SAP password (for basic authentication) | |
| SAP_USER | No | SAP username (for basic authentication) | |
| SAP_CLIENT | No | SAP client number (for basic authentication) | |
| SAP_AUTH_TYPE | No | Authentication type for SAP system (basic for on-premise, jwt for BTP) | |
| SAP_JWT_TOKEN | No | JWT token for BTP authentication | |
| SAP_VERIFY_SSL | No | Whether to verify SSL certificates | true |
| SAP_TIMEOUT_CSRF | No | CSRF token timeout in seconds | 15 |
| SAP_TIMEOUT_LONG | No | Long operations timeout in seconds | 60 |
| SAP_TIMEOUT_DEFAULT | No | Default timeout in seconds | 45 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |