@@ -180,21 +180,36 @@ Configure these values wherever the tool expects MCP server settings.
180180## Tools
181181
182182### Browser Automation
183- - ` create_browser ` - Launch a new browser session
183+ - ` create_browser ` - Launch a new browser session with options (headless, stealth, persistence, timeout, profile)
184184- ` get_browser ` - Get browser session information
185185- ` list_browsers ` - List active browser sessions
186186- ` delete_browser ` - Terminate a browser session
187187
188+ ### Profile Management
189+ - ` setup_profile ` - Create or update browser profiles with guided setup process
190+ - ` list_profiles ` - List all available browser profiles
191+ - ` delete_profile ` - Delete browser profile permanently
192+
188193### App Management
189- - ` list_apps ` - List apps in your Kernel organization
194+ - ` list_apps ` - List apps in your Kernel organization with optional filtering
190195- ` invoke_action ` - Execute actions in Kernel apps
191196- ` get_deployment ` - Get deployment status and logs
192- - ` list_deployments ` - List all deployments
197+ - ` list_deployments ` - List all deployments with optional filtering
193198- ` get_invocation ` - Get action invocation details
194199
195200### Documentation & Search
196201- ` search_docs ` - Search Kernel platform documentation and guides
197202
203+ ## Resources
204+
205+ - ` profiles:// ` - Access browser profiles (list all or get specific profile)
206+ - ` browsers:// ` - Access browser sessions (list all or get specific session)
207+ - ` apps:// ` - Access deployed apps (list all or get specific app)
208+
209+ ## Prompts
210+
211+ - ` kernel-concepts ` - Get explanations of Kernel's core concepts (browsers, apps, overview)
212+
198213## Troubleshooting
199214
200215- Cursor clean reset: ⌘/Ctrl Shift P → run ` Cursor: Clear All MCP Tokens ` (resets all MCP servers and auth; re-enable Kernel and re-authenticate).
@@ -219,3 +234,15 @@ Human: Create a stealth browser session that I can reuse for testing login flows
219234Assistant: I'll create a persistent, stealth-enabled browser that maintains state between uses.
220235[Uses create_browser tool with persistence and stealth options]
221236```
237+
238+ ### Set up browser profiles for authentication
239+
240+ ```
241+ Human: Set up a profile for my work accounts
242+ Assistant: I'll create a profile and guide you through the setup process.
243+ [Uses setup_profile tool]
244+
245+ Human: I'm done setting up my accounts
246+ Assistant: Perfect! I'll close the browser session and save your profile.
247+ [Uses delete_browser tool to save profile]
248+ ```
0 commit comments