We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pnp/cli-microsoft365-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
bug-report.ymlβ’2.09 kB
name: π Bug report
description: If something is not working as expected please open up a bug to help us fix the issue ASAP and improve the product.
title: "π Bug report: "
labels: ["π bug", "π needs peer review"]
type: "Bug"
body:
- type: markdown
attributes:
value: |
Thank you for reporting the issue you are facing.
Please complete the below form to ensure we have the necessary details to assist you.
- type: dropdown
id: bug-priority
attributes:
label: β Priority
description: Let us know how this issue is affecting you
options:
- (Low)βΉοΈ Something is a little off
- (Medium)π’ I'm annoyed but I'll live
- (Urgent)β οΈπ± I can't use the extension
validations:
required: true
- type: textarea
id: bug-description
attributes:
label: π Describe the bug
description: Provide a clear description of the bug
validations:
required: true
- type: textarea
id: bug-repro-steps
attributes:
label: π£ Steps To Reproduce
description: Add steps to reproduce the behavior
validations:
required: true
- type: textarea
id: bug-expected-behavior
attributes:
label: π Expected behavior
description: Provide a clear description of what you expected to happen
validations:
required: true
- type: textarea
id: bug-image
attributes:
label: π· Screenshots
description: If applicable, add screenshots to help explain your problem
validations:
required: false
- type: input
id: bug-node-version
attributes:
label: βNode.js version
description: |
Provide the version of nodejs you are using
Execute `node -v` in your terminal to identify your version
validations:
required: false
- type: textarea
id: bug-more-info
attributes:
label: π€ Additional context
description: Add any other context or information about the problem here
validations:
required: false