Skip to main content
Glama

mcp-oceanbase

Official
by oceanbase
errors.py285 B
import subprocess def format_error(e): """format errors""" if isinstance(e, subprocess.CalledProcessError): return f"执行命令失败:\n命令: {e.cmd}\n错误信息: {e.output}" return f"执行失败:\n错误类型: {type(e).__name__}\n错误信息: {str(e)}"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/oceanbase/mcp-oceanbase'

If you have feedback or need assistance with the MCP directory API, please join our Discord server