You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: phoenix-builder-mcp/mcp-tools.js
+17-30Lines changed: 17 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -89,40 +89,27 @@ export function registerTools(server, processManager, wsControlServer, phoenixDe
89
89
90
90
server.tool(
91
91
"get_browser_console_logs",
92
-
"Get console logs forwarded from the Phoenix browser runtime via WebSocket. By default returns new logs since last call; set clear=true to get all logs and clear the buffer.",
92
+
"Get console logs captured from the Phoenix browser runtime from boot time. Fetches the full retained log buffer directly from the browser instance.",
93
93
{
94
-
clear: z.boolean().default(false).describe("If true, return all logs and clear the buffer. If false, return only new logs since last read."),
95
94
instance: z.string().optional().describe("Target a specific Phoenix instance by name (e.g. 'Phoenix-a3f2'). Required when multiple instances are connected.")
Replace <code><path-to-phoenix></code> and <code><path-to-phoenix-desktop></code> with actual paths. Restart Claude Code after adding the config.
47
-
</p>
48
-
</details>
50
+
<pstyle="font-size: 12px; opacity: 0.7;">
51
+
Replace <code><path-to-phoenix></code> and <code><path-to-phoenix-desktop></code> with actual paths. Restart Claude Code after adding the config.
0 commit comments