Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Log level (e.g., info, debug, error) | info |
| PLEASANTER_API_KEY | Yes | Your Pleasanter API key obtained from user settings | |
| PLEASANTER_RETRIES | No | Number of retries for failed API requests | 3 |
| PLEASANTER_TIMEOUT | No | Timeout in milliseconds for API requests | 30000 |
| PLEASANTER_BASE_URL | Yes | The URL of the Pleasanter server (e.g., http://10.255.20.80:50001 or https://your-pleasanter-server.com) |
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 | |