Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port the server will listen on (default: 3001) | 3001 |
| BASE_URL | No | The base URL for the EEA GeoNetwork Catalogue API | https://galliwasp.eea.europa.eu/catalogue/srv/api |
| UPLOAD_DIR | No | Local directory for temporary file storage (default: ./uploads) | ./uploads |
| MAX_FILE_SIZE | No | Maximum file size in bytes for uploads (default: 104857600 or 100MB) | 104857600 |
| CATALOGUE_PASSWORD | No | Password for authentication (required for write/edit operations) | |
| CATALOGUE_USERNAME | No | Username for authentication (required for write/edit operations) | |
| MAX_SEARCH_RESULTS | No | Maximum number of search results to return | 20 |
| RATE_LIMIT_WINDOW_MS | No | Rate limiting window in milliseconds (default: 900000 or 15 minutes) | 900000 |
| RATE_LIMIT_MAX_REQUESTS | No | Maximum requests allowed per rate limit window | 100 |
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 | |