|
1 | 1 | --- |
2 | | -name: 🐛 Bug Report |
| 2 | +name: Bug Report |
3 | 3 | about: Create a report to help us improve the MCP tutorial |
4 | 4 | title: '[BUG] ' |
5 | | -labels: ['bug', 'needs-triage'] |
| 5 | +labels: bug |
6 | 6 | assignees: '' |
7 | 7 | --- |
8 | 8 |
|
9 | | -## 🐛 Bug Description |
10 | | -<!-- A clear and concise description of what the bug is --> |
| 9 | +**Describe the Bug** |
| 10 | +A clear and concise description of what the bug is. |
11 | 11 |
|
12 | | -## 📍 Location |
13 | | -<!-- Which part of the tutorial is affected? --> |
14 | | -- [ ] Beginner notebooks (01-05) |
15 | | -- [ ] Intermediate notebooks (06-10) |
16 | | -- [ ] Advanced notebooks (11-17) |
17 | | -- [ ] Weather MCP example |
18 | | -- [ ] Database Manager example |
19 | | -- [ ] File Processor example |
20 | | -- [ ] Documentation |
21 | | -- [ ] Setup/Installation |
22 | | - |
23 | | -**Specific file**: <!-- e.g., notebooks/beginner/03_your_first_mcp.ipynb --> |
24 | | - |
25 | | -## 🔄 Steps to Reproduce |
26 | | -<!-- Steps to reproduce the behavior --> |
27 | | -1. Go to '...' |
| 12 | +**To Reproduce** |
| 13 | +Steps to reproduce the behavior: |
| 14 | +1. Go to notebook '...' |
28 | 15 | 2. Run cell '...' |
29 | | -3. Execute command '...' |
30 | | -4. See error |
31 | | - |
32 | | -## 💻 Expected Behavior |
33 | | -<!-- A clear description of what you expected to happen --> |
34 | | - |
35 | | -## 📸 Actual Behavior |
36 | | -<!-- What actually happened? Include error messages, screenshots, etc. --> |
37 | | - |
38 | | -``` |
39 | | -Paste error message or unexpected output here |
40 | | -``` |
| 16 | +3. See error |
41 | 17 |
|
42 | | -## 🖥️ Environment |
43 | | -<!-- Please complete the following information --> |
44 | | -- **OS**: [e.g. macOS 13.0, Windows 11, Ubuntu 22.04] |
45 | | -- **Python version**: [e.g. 3.9.7] |
46 | | -- **Jupyter version**: [e.g. Lab 3.6.0, Notebook 6.4.0] |
47 | | -- **Browser** (if relevant): [e.g. Chrome 108, Safari 16] |
48 | | -- **Virtual environment**: [e.g. venv, conda, pipenv] |
| 18 | +**Expected Behavior** |
| 19 | +A clear and concise description of what you expected to happen. |
49 | 20 |
|
50 | | -## 📦 Dependencies |
51 | | -<!-- If relevant, paste the output of: pip list | grep -E "(mcp|jupyter|fastapi)" --> |
52 | | -``` |
53 | | -# Paste relevant package versions here |
54 | | -``` |
55 | | - |
56 | | -## 🔧 Additional Context |
57 | | -<!-- Add any other context about the problem here --> |
58 | | -- [ ] This issue appears to be related to a specific operating system |
59 | | -- [ ] This issue might be environment-specific |
60 | | -- [ ] This worked in a previous version |
61 | | -- [ ] I've searched existing issues and this is not a duplicate |
62 | | - |
63 | | -## 🤝 Contribution |
64 | | -<!-- Optional: Are you willing to help fix this? --> |
65 | | -- [ ] I'd like to work on fixing this issue |
66 | | -- [ ] I can provide additional testing |
67 | | -- [ ] I have a potential solution in mind |
68 | | - |
69 | | ---- |
| 21 | +**Screenshots** |
| 22 | +If applicable, add screenshots to help explain your problem. |
70 | 23 |
|
71 | | -**Thank you for helping improve the MCP tutorial! 🙏** |
| 24 | +**Environment (please complete the following information):** |
| 25 | +- OS: [e.g. macOS, Windows, Linux] |
| 26 | +- Python Version: [e.g. 3.8.10] |
| 27 | +- Jupyter Version: [e.g. Lab 3.0] |
| 28 | +- MCP Version: [e.g. 1.0.0] |
72 | 29 |
|
73 | | -> 💡 **Pro tip**: The more details you provide, the faster we can help you! |
74 | | -> ⭐ Don't forget to star the repo if this tutorial is helpful! |
| 30 | +**Additional Context** |
| 31 | +Add any other context about the problem here. |
0 commit comments