Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | No | Security API key for remote deployment and API access authentication. | |
| LOG_LEVEL | No | Logging verbosity level (e.g., INFO, DEBUG, WARNING, ERROR). | INFO |
| OSM_USE_DEV_API | No | Use the OpenStreetMap development API (true) or production API (false). | true |
| OSM_DEV_CLIENT_ID | No | OAuth 2 Client ID for the OpenStreetMap development server, required for write operations. | |
| OSM_DEV_CLIENT_SECRET | No | OAuth 2 Client Secret for the OpenStreetMap development server, required for write operations. | |
| RATE_LIMIT_PER_MINUTE | No | API rate limiting configuration defining how many requests per minute are allowed. |
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 | |