We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ShunsukeHayashi/miyabi-mcp-bundle'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# /deploy-execute - デプロイ実行
## 使い方
```bash
/deploy-execute production
/deploy-execute staging --branch=main
```
## 実装
```bash
bash ~/miyabi-private/scripts/deploy-execute-bg.sh "$@"
```