---
name: Bug Report / Bug 报告
about: Create a report to help us improve / 创建 Bug 报告帮助我们改进
title: '[BUG] '
labels: bug
assignees: ''
---
## Bug 描述 / Bug Description
清晰简洁地描述这个 Bug。
A clear and concise description of what the bug is.
## 复现步骤 / Steps to Reproduce
详细的复现步骤:
Steps to reproduce the behavior:
1. 执行命令 '...' / Run command '...'
2. 访问 URL '...' / Visit URL '...'
3. 点击 '...' / Click on '...'
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.
## 截图 / Screenshots
如果适用,添加截图来帮助解释您的问题。
If applicable, add screenshots to help explain your problem.
## 环境信息 / Environment
请完成以下信息:
Please complete the following information:
- **操作系统 / OS**: [例如 macOS 13.0, Ubuntu 22.04, Windows 11]
- **Python 版本 / Python Version**: [例如 3.10.5]
- **项目版本 / Project Version**: [例如 1.0.0 或 commit hash]
- **依赖版本 / Dependencies**:
```bash
# 运行以下命令并粘贴输出
# Run the following command and paste the output
pip list | grep -E "fastmcp|httpx|playwright|beautifulsoup4"
```
## 相关日志 / Related Logs
如果有相关的错误日志或堆栈跟踪,请粘贴在这里。
If there are related error logs or stack traces, please paste them here.
```
粘贴日志内容 / Paste log content here
```
## 附加信息 / Additional Context
添加任何其他有关问题的上下文信息。
Add any other context about the problem here.
## 可能的解决方案 / Possible Solution
如果您有任何解决方案的想法,请在这里描述。
If you have any ideas for a solution, please describe them here.