dev_buddy_mcp 0.2.0
dev_buddy_mcp: ^0.2.0 copied to clipboard
MCP server for DevBuddy. Exposes diagnostics as AI-queryable tools for Claude Code, Cursor, and Copilot.
Changelog #
0.2.0 #
Added #
McpTools— 9 AI-queryable diagnostic tools for Claude Code, Cursor, and Copilotdiagnostics()— Compact snapshot of current diagnostic statesuggest()— AI-friendly fix suggestions based on active issuessearch_events()— Filter events by module and severitysearch_network()— Query captured HTTP trafficsearch_state()— Browse state history for time-travel debuggingdetail()— Drill-down into specific events by indexperformance()— FPS and frame timing summarymemory()— Memory usage and leak indicatorserrors()— Active error events with translated descriptions- Data sanitization via
DataSanitizerbefore returning data to AI consumers - Summary-first API design to prevent LLM context overflow