Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces documentation for the Browserless MCP tool, including its addition to the main summary and tool index files. The new documentation covers prerequisites, credential setup, and node configuration. Review feedback focuses on minor grammatical improvements and ensuring consistent terminology and formatting for UI elements like the refresh icon.
|
|
||
| ## 1. Prerequisites | ||
|
|
||
| Before using the Browserless MCP node you need: |
| | Parameter | Type | Required | Description | | ||
| | :---- | :---- | :---- | :---- | | ||
| | **Connect Credential** | Credential selector | Yes | Select the Browserless API credential you created in Step 2. | | ||
| | **Available Actions** | Multi-select (async) | Yes | After connecting your credential, click the **refresh** button to load the list of available actions from the Browserless MCP server. Select the specific actions you want to expose to your agent. | |
There was a problem hiding this comment.
For consistency with line 55, use "refresh icon" instead of "refresh button". This more accurately describes the UI element in Flowise.
| | **Available Actions** | Multi-select (async) | Yes | After connecting your credential, click the **refresh** button to load the list of available actions from the Browserless MCP server. Select the specific actions you want to expose to your agent. | | |
| | **Available Actions** | Multi-select (async) | Yes | After connecting your credential, click the **refresh** icon to load the list of available actions from the Browserless MCP server. Select the specific actions you want to expose to your agent. | |
|
|
||
| ## 5. Selecting Actions | ||
|
|
||
| Once you provide a valid credential, click the refresh icon next to **Available Actions**. The node will connect to the Browserless MCP server and retrieve all available tools. |
There was a problem hiding this comment.
Bold the "refresh icon" text to maintain consistency with how UI elements are referenced in the rest of the document (e.g., line 49).
| Once you provide a valid credential, click the refresh icon next to **Available Actions**. The node will connect to the Browserless MCP server and retrieve all available tools. | |
| Once you provide a valid credential, click the **refresh** icon next to **Available Actions**. The node will connect to the Browserless MCP server and retrieve all available tools. |
No description provided.