We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/eat-pray-ai/yutu'
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 yutu
title: "[BUG] "
labels: bug
assignees: ''
---
## π Bug Description
<!-- Please provide a clear and concise description of the bug -->
## π Environment Information
### System Details
- **OS**: <!-- e.g., macOS 14.0, Ubuntu 22.04, Windows 11 -->
- **Yutu Version**: <!-- Run: yutu version -->
- **Installation Method**: <!-- e.g., go install, brew, built from source -->
- **Go Version**: <!-- Run: go version (if building from source) -->
## π Steps to Reproduce
<!-- Please provide detailed steps to reproduce the issue -->
1. Run the following command:
```shell
YUTU_LOG_LEVEL=DEBUG yutu [command] [subcommand] [flags]
```
2. ...<!-- Add more steps as needed -->
3. Observe the error.
```
# Paste error output here
```
### Expected Behavior
<!-- What did you expect to happen? -->
## πΈ Screenshots or Logs
<!-- If applicable, add screenshots or detailed logs to help explain the problem -->