Skip to content

Commit 00ba54b

Browse files
committed
Merge remote-tracking branch 'origin/fix/mcp-config-section' into fix/mcp-config-section
2 parents 9d1b84c + efc9894 commit 00ba54b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

sources/platform/integrations/ai/langflow.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ Langflow can either be installed locally or used in the cloud. The cloud version
4141

4242
:::
4343

44-
First, you need to install the Langflow platform using python package and project manager [uv](https://docs.astral.sh/uv/):
44+
First, install the Langflow platform using Python package and project manager [uv](https://docs.astral.sh/uv/):
4545

4646
```bash
4747
uv pip install langflow
4848
```
4949

50-
After successfully installing Langflow, you can start the platform:
50+
After installing Langflow, you can start the platform:
5151

5252
```bash
5353
uv run langflow run
@@ -70,18 +70,18 @@ To call Apify Actors in Langflow, you need to add the **Apify Actors** component
7070
From the bundle menu, add **Apify Actors** component:
7171
![Flow - Add Apify Actors](../images/langflow/bundles_apify.png)
7272

73-
Next, you need to configure the Apify Actors components. First, input your API token (learn how to get it at [Integrations](https://docs.apify.com/platform/integrations/api)).
73+
Next, configure the Apify Actors components. First, input your API token (learn how to get it at [Integrations](https://docs.apify.com/platform/integrations/api)).
7474
Then, set the Actor ID of the component to `apify/rag-web-browser` to use the [RAG Web Browser](https://apify.com/apify/rag-web-browser).
7575
Set the **Run input** field to pass arguments to the Actor run, allowing it to search Google with the query `"what is monero?"` (full Actor input schema can be found in the [RAG Web Browser input schema](https://apify.com/apify/rag-web-browser/input-schema)):
7676

7777
```json
7878
{"query": "what is monero?", "maxResults": 3}
7979
```
8080

81-
Now, you can run the component by clicking the **Run** button.
81+
Click **Run**.
8282
![Flow - Apify Actors Run](../images/langflow/apify_actors_run.png)
8383

84-
Once the run is finished, you can view the output by clicking the **Output** button.
84+
After the run finishes, click **Output** to view the results.
8585
![Flow - Apify Actors Output](../images/langflow/apify_actors_output.png)
8686

8787
The output should look similar to this:

sources/platform/integrations/ai/mcp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ By default, the main Actors MCP Server starts with a single default [RAG Web Bro
152152

153153
In summary, you can start with a broad set (everything open and discoverable) or a narrow set (just what you need) and even expand tools on the fly, giving your agent a lot of flexibility without overwhelming it initially.
154154

155-
## Configure tools for MCP server
155+
## Configure tools for the MCP server
156156

157157
You can customize the MCP server’s available tools by adding query parameters to the server URL or by passing arguments to the CLI.
158158
This allows you to enable or disable specific tool categories and control which tools are available.
@@ -205,7 +205,7 @@ These operations allow your agent to expand its toolset on demand, without requi
205205

206206
Dynamic tool addition can be disabled using the `?enableAddingActors=false`.
207207
Not all MCP clients support dynamic tool addition.
208-
Please check your client’s documentation or settings to confirm this feature is available.
208+
Check your client’s documentation or settings to confirm this feature is available.
209209

210210
## Rate limits
211211

0 commit comments

Comments
 (0)