Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SAP_CLIENT | No | Optional SAP client number (e.g., 100) | 100 |
| SAP_TIMEOUT | No | Optional request timeout in milliseconds (default: 30000) | 30000 |
| SAP_PASSWORD | Yes | The SAP password for authentication | |
| SAP_USERNAME | Yes | The SAP username for authentication | |
| SAP_ENABLE_CSRF | No | Whether to enable automatic CSRF token management. | true |
| SAP_VALIDATE_SSL | No | Whether to validate SSL certificates. Set to 'false' for development with self-signed certificates. | false |
| SAP_ODATA_BASE_URL | Yes | The base URL for SAP OData services (e.g., https://your-sap-host:8000/sap/opu/odata/sap/) |
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 | |