Skip to content

Commit 57af156

Browse files
committed
Fix clientStdio.ts
1 parent 5c9d89d commit 57af156

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/examples/clientStdio.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/* eslint-disable no-console */
22
/**
33
* Connect to the MCP server using stdio transport and call a tool.
4-
* You need provide a path to MCP server and APIFY_API_TOKEN in .env file.
5-
* You can choose ACTORS to run in the server, for example: apify/rag-web-browser
4+
* This script uses a selected tool without LLM involvement.
5+
* You need to provide the path to the MCP server and `APIFY_API_TOKEN` in the `.env` file.
6+
* You can choose actors to run in the server, for example: `apify/rag-web-browser`.
67
*/
78

89
import { execSync } from 'child_process';

0 commit comments

Comments
 (0)