We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/trose/ice-locator-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
bug_report.yml•2.55 kB
name: Bug Report
description: Report a bug or issue
title: "[Bug] "
labels: ["bug", "needs-triage"]
body:
- type: markdown
attributes:
value: |
Thank you for reporting a bug! Please fill out the information below to help us resolve the issue.
- type: textarea
id: description
attributes:
label: Bug Description
description: A clear description of what the bug is
placeholder: Describe the bug...
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Steps to Reproduce
description: Steps to reproduce the behavior
placeholder: |
1. Run command '...'
2. Search for '...'
3. See error
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: What you expected to happen
placeholder: Describe expected behavior...
validations:
required: true
- type: textarea
id: actual
attributes:
label: Actual Behavior
description: What actually happened
placeholder: Describe actual behavior...
validations:
required: true
- type: input
id: version
attributes:
label: Version
description: What version are you using?
placeholder: "0.1.0"
validations:
required: true
- type: input
id: python-version
attributes:
label: Python Version
description: What Python version are you using?
placeholder: "3.11.7"
validations:
required: true
- type: input
id: os
attributes:
label: Operating System
description: What OS are you using?
placeholder: "Ubuntu 22.04 / macOS 14.0 / Windows 11"
validations:
required: true
- type: textarea
id: config
attributes:
label: Configuration
description: Relevant configuration (redact sensitive info)
placeholder: |
```json
{
"rate_limiting": {
"requests_per_minute": 10
}
}
```
validations:
required: false
- type: textarea
id: logs
attributes:
label: Error Logs
description: Relevant error messages or logs
placeholder: |
```
ERROR: [timestamp] Error message here
```
validations:
required: false
- type: textarea
id: additional
attributes:
label: Additional Context
description: Any other context about the problem
validations:
required: false