From 5b9b648702c77171e9f72d7239c0bf7f4b78a3fe Mon Sep 17 00:00:00 2001 From: MQ Date: Fri, 13 Jun 2025 12:04:11 +0200 Subject: [PATCH 1/2] fix: remove non relevant actors from default configuration in README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a6091c09..737f3990 100644 --- a/README.md +++ b/README.md @@ -70,9 +70,7 @@ Any [Apify Actor](https://apify.com/store) can be used as a tool. By default, the server is pre-configured with the Actors specified below, but this can be overridden by providing Actor input. ```text -'apify/instagram-scraper' 'apify/rag-web-browser' -'lukaskrivka/google-maps-with-contact-details' ``` The MCP server loads the Actor input schema and creates MCP tools corresponding to the Actors. See this example of input schema for the [RAG Web Browser](https://apify.com/apify/rag-web-browser/input-schema). From 578a3f1c8f8f337d5089c607514cb92805206c6d Mon Sep 17 00:00:00 2001 From: MQ Date: Sun, 15 Jun 2025 10:53:47 +0200 Subject: [PATCH 2/2] update actor.md --- .actor/ACTOR.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.actor/ACTOR.md b/.actor/ACTOR.md index 0d361253..72cf2273 100644 --- a/.actor/ACTOR.md +++ b/.actor/ACTOR.md @@ -72,9 +72,7 @@ Any [Apify Actor](https://apify.com/store) can be used as a tool. By default, the server is pre-configured with the Actors specified below, but this can be overridden by providing Actor input. ```text -'apify/instagram-scraper' 'apify/rag-web-browser' -'lukaskrivka/google-maps-with-contact-details' ``` The MCP server loads the Actor input schema and creates MCP tools corresponding to the Actors. See this example of input schema for the [RAG Web Browser](https://apify.com/apify/rag-web-browser/input-schema).