Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level | INFO |
| DEFAULT_RADIUS | No | Default search radius in miles | 25 |
| MEETUP_CLIENT_ID | Yes | Your Meetup.com OAuth client ID | |
| ANTHROPIC_API_KEY | Yes | Your Anthropic API key | |
| MEETUP_ACCESS_TOKEN | No | Your Meetup access token if available | |
| MEETUP_REDIRECT_URI | No | Meetup OAuth redirect URI | http://localhost:8080/oauth/callback |
| MAX_EVENTS_PER_QUERY | No | Maximum events to return per query | 20 |
| MEETUP_CLIENT_SECRET | Yes | Your Meetup.com OAuth 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 | |