We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c9d89d commit 57af156Copy full SHA for 57af156
src/examples/clientStdio.ts
@@ -1,8 +1,9 @@
1
/* eslint-disable no-console */
2
/**
3
* 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
+ * This script uses a selected tool without LLM involvement.
+ * 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`.
7
*/
8
9
import { execSync } from 'child_process';
0 commit comments