We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/peijun1700/bluemouse'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python 測試依賴
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
httpx>=0.25.0 # 用於測試 HTTP 請求
# 開發工具
black>=23.0.0 # 代碼格式化
flake8>=6.1.0 # Linting
mypy>=1.7.0 # 類型檢查