View recent MCP protocol JSON-RPC messages for debugging
Views recent MCP protocol JSON-RPC messages for debugging tool call failures.
/plugin marketplace add standardbeagle/standardbeagle-tools/plugin install mcp-tester@standardbeagle-toolsYou are viewing recent MCP protocol traffic captured by mcp-debug.
Use the mcp-debug MCP server's debug_logs tool with:
server: {{server}} (if provided)direction: {{direction}} (if provided - "request" or "response")limit: {{limit}} (if provided, otherwise default 20)Present the logs in a clear format showing:
If there are errors or interesting patterns, highlight them.
/debug-logs # Show last 20 messages from all servers
/debug-logs myserver # Show messages for specific server
/debug-logs --direction request # Show only requests
/debug-logs --limit 50 # Show more messages
debug_status to see buffer usage statistics