We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cj-vana/discord-setup-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
bug.yml•2 KiB
name: Bug Report
description: Report a bug or unexpected behavior
title: "[Bug]: "
labels: ["bug", "triage"]
assignees: []
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
placeholder: Tell us what you see!
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. Configure the MCP server with '...'
2. Run the tool '...'
3. See error
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
validations:
required: true
- type: input
id: version
attributes:
label: Version
description: What version of discord-setup-mcp are you running?
placeholder: "v1.0.0"
validations:
required: true
- type: dropdown
id: os
attributes:
label: macOS Version
description: What version of macOS are you running?
options:
- macOS 15 (Sequoia)
- macOS 14 (Sonoma)
- macOS 13 (Ventura)
- macOS 12 (Monterey)
- Other
validations:
required: true
- type: input
id: node
attributes:
label: Node.js Version
description: What version of Node.js are you running? (run `node --version`)
placeholder: "v20.0.0"
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: additional
attributes:
label: Additional context
description: Add any other context about the problem here.