name: Bug Report
description: File a bug report to help us improve
title: "[Bug]: "
labels: ["bug", "triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: what-happened
attributes:
label: What happened?
description: A clear description of what the bug is
placeholder: Tell us what you see!
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: What did you expect to happen?
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to Reproduce
description: Steps to reproduce the behavior
placeholder: |
1. Configure MCP server with...
2. Run command...
3. See error...
validations:
required: true
- type: dropdown
id: version
attributes:
label: Version
description: What version of @hummbl/mcp-server are you running?
options:
- 1.0.0-beta.2 (latest)
- 1.0.0-beta.1
- Other (specify in additional context)
validations:
required: true
- type: dropdown
id: client
attributes:
label: MCP Client
description: Which MCP client are you using?
options:
- Claude Desktop
- Other (specify in additional context)
validations:
required: true
- type: input
id: node-version
attributes:
label: Node.js Version
description: Output of `node --version`
placeholder: v20.0.0
validations:
required: true
- type: input
id: os
attributes:
label: Operating System
description: What OS are you using?
placeholder: macOS 14.0, Windows 11, Ubuntu 22.04
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant Log Output
description: Please copy and paste any relevant log output
render: shell
- type: textarea
id: context
attributes:
label: Additional Context
description: Add any other context about the problem here