---
name: 🐛 Bug Report
about: Create a report to help us improve the ESPN MCP server
title: '[BUG] '
labels: ['bug']
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Run MCP server with '...'
2. Call tool '....'
3. With parameters '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Actual behavior**
What actually happened instead.
**ESPN API Response**
If applicable, include the raw ESPN API response:
```json
{
"response": "here"
}
```
**Error Messages**
```
Paste any error messages here
```
**Environment:**
- OS: [e.g. Windows 11, macOS 14, Ubuntu 22.04]
- Node.js version: [e.g. 18.17.0]
- ESPN MCP Server version: [e.g. 2.0.0]
- MCP Client: [e.g. Claude Desktop, VS Code]
**Additional context**
Add any other context about the problem here.