---
name: Bug Report / Feature Request
about: Report a bug or request a new feature
title: '[BUG/FEATURE] Brief description'
labels: ''
assignees: ''
---
## Issue Type
- [ ] Bug Report
- [ ] Feature Request
- [ ] Documentation Issue
- [ ] Question
## Description
A clear and concise description of the issue or feature request.
## Steps to Reproduce (for bugs)
1. Go to '...'
2. Run command '...'
3. See error
## Expected Behavior
What you expected to happen.
## Actual Behavior
What actually happened.
## Environment
- **Operating System**: (e.g., macOS 14.0, Windows 11, Ubuntu 22.04)
- **Node.js Version**: (run `node --version`)
- **AI Assistant**: (e.g., Claude Desktop, Cursor, Continue.dev)
- **Apple Doc MCP Version**: (check package.json)
## Configuration
Share your MCP configuration (remove sensitive information):
```json
{
"mcpServers": {
"apple-doc-mcp": {
"command": "node",
"args": ["/path/to/apple-doc-mcp/dist/index.js"]
}
}
}
```
## Error Messages
Include any error messages or logs:
```
Paste error messages here
```
## Additional Context
Add any other context about the problem here.