Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PORT | No | Server port | 3000 |
CACHE_TTL | No | Cache time-to-live in seconds | 3600 |
LOG_LEVEL | No | Logging level | info |
CACHE_MAX_SIZE | No | Maximum cache size | 100 |
WEBHOOK_SECRET | No | Secret for webhook validation | |
WEBHOOK_ENDPOINT | No | Endpoint for webhooks | |
AUTODESK_CLIENT_ID | Yes | Your Autodesk Platform Services Client ID | |
AUTODESK_CALLBACK_URL | No | OAuth callback URL | http://localhost:3000/callback |
AUTODESK_CLIENT_SECRET | Yes | Your Autodesk Platform Services Client Secret |
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 |