Skip to content

Commit 5932f6c

Browse files
TC-MOjirispilka
andauthored
Apply suggestions from code review
Co-authored-by: Jiří Spilka <[email protected]>
1 parent 5800b41 commit 5932f6c

File tree

1 file changed

+3
-3
lines changed
  • sources/platform/integrations/ai

1 file changed

+3
-3
lines changed

sources/platform/integrations/ai/mcp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ The server will download automatically on first use and connect using your API t
236236
By default, the MCP server loads essential tools for Actor discovery, documentation search, and the RAG Web Browser Actor. You can customize which tools
237237
are available by adding parameters to the server URL:
238238

239-
`https://mcp.apify.com?tools=actors,docs,apify/web-scraper`
239+
`https://mcp.apify.com?tools=actors,docs,apify/rag-web-browser`
240240

241241
For minimal setups where you only need specific Actors:
242242

@@ -287,9 +287,9 @@ This dynamic discovery means your AI can adapt to new tasks without manual confi
287287

288288
- For production deployments, explicitly specify which tools to load rather than relying on defaults. This ensures consistent behavior across updates:
289289

290-
`npx @apify/actors-mcp-server --tools apify/web-scraper,apify/google-search-scraper`
290+
`https://mcp.apify.com?tools=actors,docs,apify/rag-web-browser`
291291

292-
- Always use the latest version of the server by appending `@latest` to your npm commands.
292+
- For a local stdio server, always use the latest version of the server by appending `@latest` to your npm commands.
293293
- Monitor your API usage through Apify Console to stay within your plan limits.
294294

295295
## Rate limits and performance

0 commit comments

Comments
 (0)