|
| 1 | +--- |
| 2 | +name: 🐞 Bug Report |
| 3 | +about: Create a detailed bug report to help improve the MCP Server |
| 4 | +title: "bug: " |
| 5 | +labels: ["bug"] |
| 6 | +assignees: ["Excoriate"] # Adjust if needed |
| 7 | +--- |
| 8 | + |
| 9 | +## 🔍 Bug Description |
| 10 | + |
| 11 | +> [!WARNING] |
| 12 | +> Provide a clear and concise description of the bug you encountered with the |
| 13 | +> MCP server. |
| 14 | +
|
| 15 | +### Expected Behavior |
| 16 | + |
| 17 | +> [!NOTE] |
| 18 | +> Describe what you expected to happen: |
| 19 | +> |
| 20 | +> - What was the intended outcome when interacting with the server? |
| 21 | +> - How should the server have responded or behaved? |
| 22 | +
|
| 23 | +### Actual Behavior |
| 24 | + |
| 25 | +> [!IMPORTANT] |
| 26 | +> Describe what actually happened: |
| 27 | +> |
| 28 | +> - What went wrong? |
| 29 | +> - What unexpected results, errors, or responses did you observe? |
| 30 | +
|
| 31 | +## 🔬 Steps to Reproduce |
| 32 | + |
| 33 | +> [!TIP] |
| 34 | +> Provide detailed steps to reproduce the bug: |
| 35 | +
|
| 36 | +1. Start the server using `deno task dev` or relevant command... |
| 37 | +2. Connect using MCP client '....' (e.g., Claude Desktop, MCP Inspector) |
| 38 | +3. Send request / Perform action '....' |
| 39 | +4. Observe the error/unexpected behavior '....' |
| 40 | + |
| 41 | +### Minimal Reproducible Example |
| 42 | + |
| 43 | +> [!WARNING] |
| 44 | +> If applicable, include a minimal code snippet (TypeScript) or configuration |
| 45 | +> that demonstrates the issue: |
| 46 | +
|
| 47 | +```typescript |
| 48 | +// Your minimal reproducible TypeScript code snippet (if applicable) |
| 49 | +// or relevant configuration details |
| 50 | +``` |
| 51 | + |
| 52 | +## 🌍 Environment Details |
| 53 | + |
| 54 | +> [!IMPORTANT] |
| 55 | +> Provide context about your environment: |
| 56 | +
|
| 57 | +- **Deno Version**: (e.g., `deno --version`) |
| 58 | +- **MCP SDK Version**: (from `deno.lock` or `deno.json`, e.g., |
| 59 | + `npm:@modelcontextprotocol/[email protected]`) |
| 60 | +- **Operating System**: (e.g., macOS Sonoma 14.1, Windows 11, Ubuntu 22.04) |
| 61 | +- **MCP Client Used**: (e.g., Claude Desktop vX.Y.Z, MCP Inspector, Custom |
| 62 | + Client) |
| 63 | +- **Relevant `deno.json` / `deno.lock` sections**: (if applicable) |
| 64 | + |
| 65 | +## 📋 Diagnostic Information |
| 66 | + |
| 67 | +> [!TIP] |
| 68 | +> Include any relevant diagnostic information: |
| 69 | +
|
| 70 | +- Full error messages from the server console |
| 71 | +- Full error messages or unexpected responses from the MCP client |
| 72 | +- Screenshots of the error or unexpected behavior |
| 73 | +- Relevant logs (please ensure no sensitive data is included) |
| 74 | + |
| 75 | +## 🖼️ Additional Context |
| 76 | + |
| 77 | +> [!NOTE] |
| 78 | +> Add any other context about the problem: |
| 79 | +> |
| 80 | +> - When did you first notice this issue? |
| 81 | +> - Does it happen consistently or intermittently? |
| 82 | +> - Any recent changes (e.g., dependency updates, code changes) that might have |
| 83 | +> introduced the bug? |
| 84 | +
|
| 85 | +### Checklist |
| 86 | + |
| 87 | +- [ ] I've checked existing issues for duplicates |
| 88 | +- [ ] I've provided a clear description of the bug |
| 89 | +- [ ] I've included steps to reproduce |
| 90 | +- [ ] I've shared relevant environment details |
| 91 | +- [ ] I've added diagnostic information (if applicable) |
| 92 | + |
| 93 | +**Thank you for helping improve the `mcp-terraform-aws-provider-docs` server!** 🐛 |
0 commit comments