Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default | 
|---|---|---|---|
| JWT_SECRET | Yes | Required - Generate with: openssl rand -hex 32 | |
| WMATA_API_KEY | Yes | Required - Get from developer.wmata.com | |
| GITHUB_CLIENT_ID | No | Optional - OAuth app client ID | |
| OAUTH_REDIRECT_URI | No | Optional - Your callback URL | |
| GITHUB_CLIENT_SECRET | No | Optional - OAuth app 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  | |