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
update MCP server tool list to match current API (#376)
The Tools section listed the old per-action tool names (create_browser,
setup_profile, invoke_action, etc.) which no longer exist. The server has
since consolidated these into manage_* tools with action parameters, and
added manage_browser_pools, manage_proxies, manage_extensions,
computer_action, and exec_command.
Also adds the browser_pools:// resource and refreshes the Examples block
to reference the current tool names.
Copy file name to clipboardExpand all lines: reference/mcp-server.mdx
+18-26Lines changed: 18 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -287,37 +287,29 @@ Configure these values wherever the tool expects MCP server settings.
287
287
288
288
## Tools
289
289
290
-
### Browser Automation
290
+
Each Kernel feature has a single `manage_*` tool with an `action` parameter, keeping the tool set small and consistent. Four standalone tools handle high-frequency workflows.
291
291
292
-
-`create_browser` - Launch a new browser session with options (headless, stealth, timeout, profile)
293
-
-`get_browser` - Get browser session information
294
-
-`list_browsers` - List active browser sessions
295
-
-`delete_browser` - Terminate a browser session
296
-
-`execute_playwright_code` - Execute Playwright/TypeScript code in a fresh browser session with automatic video replay and cleanup
297
-
-`take_screenshot` - Capture a screenshot of the current browser page, optionally specifying a region
292
+
### `manage_*` tools
298
293
299
-
### Profile Management
294
+
-`manage_browsers` - Create, list, get, and delete browser sessions. Supports headless/stealth modes, profiles, proxies, viewports, extensions, and SSH tunneling.
295
+
-`manage_profiles` - Setup (with guided live browser session), list, and delete browser profiles for persisting cookies and logins.
296
+
-`manage_browser_pools` - Create, list, get, delete, and flush pools of pre-warmed browsers. Acquire and release browsers from pools.
0 commit comments