Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug logging | false |
| DATABASE_PATH | No | SQLite database path | ./motion-rate-limit.db |
| MOTION_API_KEY | Yes | Your Motion API key | |
| MOTION_BASE_URL | No | API endpoint | https://api.usemotion.com/v1 |
| RATE_LIMIT_WINDOW_MS | No | Rate limit window (3 min) | 180000 |
| RATE_LIMIT_MAX_REQUESTS | No | Max requests per window | 12 |
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 | |