`format`: Output format ('json' or 'text', defaults to 'json')
Examples
Structured JSON Output (Default)
Human-Readable Text Output
Development
Clone the repository
Copy the example environment file:
```bash
cp .env.example .env
```
Add your Ticketmaster API key to `.env`
Install dependencies:
```bash
npm install
```
Build the project:
```bash
npm run build
```
Test with the inspector:
```bash
npm run inspector
```
Contributing
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
License
MIT License - see [LICENSE](LICENSE) file for details