We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gianlucamazza/mcp-ascii-charts'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
---
name: Bug report
about: Create a report to help us improve
title: '[BUG] '
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Install mcp-ascii-charts
2. Run command '...'
3. With data '...'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Chart Output**
If applicable, add the actual chart output to help explain your problem.
**Environment (please complete the following information):**
- OS: [e.g. macOS, Linux, Windows]
- Node.js version: [e.g. 18.0.0]
- MCP Client: [e.g. Claude Desktop, Cursor]
- Package version: [e.g. 1.0.0]
**Input Data**
Please provide the input data that caused the issue:
```json
{
"data": [...],
"labels": [...],
"title": "...",
// other parameters
}
```
**Additional context**
Add any other context about the problem here.
**Logs**
If applicable, include relevant log output (with sensitive information removed):
```
[paste logs here]
```