Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Logging level | INFO |
ALFRESCO_URL | Yes | Alfresco server URL | http://localhost:8080 |
FASTAPI_HOST | No | FastAPI host | localhost |
FASTAPI_PORT | No | FastAPI port | 8000 |
MAX_FILE_SIZE | No | Max upload size (bytes) | 100000000 |
ALFRESCO_TIMEOUT | No | Request timeout (seconds) | 30 |
ALFRESCO_PASSWORD | Yes | Password for authentication | admin |
ALFRESCO_USERNAME | Yes | Username for authentication | admin |
ALFRESCO_VERIFY_SSL | No | Verify SSL certificates | false |
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 |