---
name: Bug Report
about: Create a report to help us improve
title: "[BUG] "
labels: bug
assignees: ''
---
## Bug Description
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
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.
## Environment
**System Information:**
- OS: [e.g. Windows 10, Ubuntu 20.04, macOS 12.0]
- Python Version: [e.g. 3.9.0]
- PDDL MCP Server Version: [e.g. 2.0.0]
- FastMCP Version: [e.g. 0.1.0]
**Configuration:**
- MCP Client: [e.g. Claude Desktop, Trae AI IDE]
- PDDL Planner: [e.g. Fast Downward]
- Configuration file: [attach .mcp.json if relevant]
## Error Details
**Error Messages:**
```
Paste any error messages here
```
**Log Output:**
```
Paste relevant log output here
```
**Stack Trace:**
```
Paste full stack trace here if available
```
## Additional Context
**Screenshots**
If applicable, add screenshots to help explain your problem.
**PDDL Files**
If the bug is related to specific PDDL files, please attach them or provide minimal examples:
```pddl
; Domain file content (if relevant)
```
```pddl
; Problem file content (if relevant)
```
**Configuration Files**
```json
// .mcp.json content (if relevant)
```
**Additional context**
Add any other context about the problem here.
## Checklist
- [ ] I have searched existing issues to ensure this is not a duplicate
- [ ] I have provided all the requested information
- [ ] I have tested with the latest version
- [ ] I have included relevant error messages and logs
- [ ] I have provided steps to reproduce the issue
## Possible Solution
**Do you have any ideas on how to solve this issue?**
If you have suggestions for fixing the bug, please describe them here.
## Impact
**How does this bug affect you?**
- [ ] Blocks my work completely
- [ ] Significant inconvenience
- [ ] Minor inconvenience
- [ ] Just noticed it
**Workaround**
If you found a workaround, please describe it here.