Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Log level | INFO |
SERVER_HOST | No | Server host | localhost |
SERVER_PORT | No | Server port | 8000 |
MAX_UML_SIZE | No | Maximum UML code size in bytes | 10240 |
RENDER_TIMEOUT | No | Rendering timeout in seconds | 30 |
PLANTUML_JAR_PATH | No | PlantUML JAR file path | ./plantuml.jar |
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 |
---|---|
No tools |