INDIVIDUAL MCP TOOL
get_terminal_logs
取得某使用者終端機的即時錯誤日誌(stderr/throw/crash,需 user_email + session_token 驗證;付費功能)。開發者需執行 npx bugezy-watch -- <command>。Terminal error logs — requires user_email and session_token, paid feature.
LIVE ENDPOINT
https://bugezy.dev/mcp
Connect to this endpoint to inspect the live schema for get_terminal_logs and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests code or command execution.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.bugezy]
url = "https://bugezy.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bugezy": {
"type": "http",
"url": "https://bugezy.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bugezy
Remote MCP URL: https://bugezy.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"bugezy": {
"url": "https://bugezy.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bugezy": {
"type": "http",
"url": "https://bugezy.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bugezy",
"transport": "streamable-http",
"url": "https://bugezy.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_reports— 列出某使用者的 Bug 報告(需提供 user_email + session_token 驗證身分)。List a user's bug reports — requires user_email and session_token.get_report_overview— 取得報告概覽(metadata + 各筆數 + AI Bug 導航摘要,不含原始資料)。Report overview with AI bug summary.get_console_logs— 取得 Console 記錄(warn/error)。Console logs.get_network_errors— 取得 Network 錯誤(4xx/5xx)。Network errors.get_voice_transcript— 取得開發者語音描述(中文轉錄)。Developer voice transcript.get_page_info— 取得頁面資訊(URL/標題/瀏覽器/解析度)。Page info.get_rrweb_summary— DOM 軌跡摘要(事件數/時長/類型分布,不回完整資料)。rrweb summary.get_rrweb_events— 取得完整 DOM 事件(⚠ 資料量大)。Full rrweb events.