---
name: Bug report
about: Create a report to help us improve the Design System MCP Server
title: '[BUG] '
labels: 'bug'
assignees: ''
---
## Bug Description
A clear and concise description of what the bug is.
## Steps to Reproduce
1. Configure MCP server with '...'
2. Run command '....'
3. Call tool '....'
4. See error
## Expected Behavior
A clear and concise description of what you expected to happen.
## Actual Behavior
A clear and concise description of what actually happened.
## Error Messages
If applicable, include any error messages or logs:
```
Paste error messages here
```
## Environment
- **MCP Client**: [e.g. Claude Desktop, Amazon Q]
- **Node.js Version**: [e.g. 18.x, 20.x]
- **Operating System**: [e.g. macOS, Windows, Linux]
- **Server Version**: [e.g. commit hash or version]
## Configuration
Please share your relevant configuration (remove any sensitive information):
```json
{
"mcpServers": {
"design-system": {
// your configuration here
}
}
}
```
## Additional Context
Add any other context about the problem here, such as:
- Related MCP tools or commands
- Impact on workflow
- Potential solutions you've considered
## Checklist
- [ ] I have searched existing issues to ensure this is not a duplicate
- [ ] I have provided clear steps to reproduce the issue
- [ ] I have included relevant error messages or logs
- [ ] I have specified my environment details