We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Strom-Capital/mcp-server-db2i'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
bug_report.yml•1.92 KiB
name: Bug Report
description: Report a bug or unexpected behavior
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Thank you for reporting a bug! Please fill out the sections below.
- type: textarea
id: description
attributes:
label: Bug Description
description: A clear and concise description of what the bug is.
placeholder: Describe the bug...
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to Reproduce
description: How can we reproduce this issue?
placeholder: |
1. Configure with...
2. Call tool...
3. See error...
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: What did you expect to happen?
validations:
required: true
- type: textarea
id: actual
attributes:
label: Actual Behavior
description: What actually happened?
validations:
required: true
- type: input
id: version
attributes:
label: Version
description: What version of mcp-server-db2i are you using?
placeholder: "1.0.0"
validations:
required: true
- type: dropdown
id: installation
attributes:
label: Installation Method
options:
- npm
- Docker
- From source
validations:
required: true
- type: input
id: node-version
attributes:
label: Node.js Version
placeholder: "20.x"
- type: input
id: ibm-i-version
attributes:
label: IBM i Version (if known)
placeholder: "7.4"
- type: textarea
id: logs
attributes:
label: Error Logs
description: Any relevant error messages or logs
render: shell
- type: textarea
id: additional
attributes:
label: Additional Context
description: Any other context about the problem