Skip to content

Commit cabcad8

Browse files
authored
chore(apify-mcp-server): update input configuration (github#184)
* chore(apify-mcp-server): update input configuration * remove comment
1 parent fa152e0 commit cabcad8

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

servers/apify-mcp-server/server.yaml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,13 @@ config:
2525
env: APIFY_TOKEN
2626
example: your-apify-token
2727
env:
28-
- name: ACTORS
29-
example: apify/rag-web-browser
30-
value: '{{apify-mcp-server.actors}}'
3128
- name: TOOLS
32-
example: docs
29+
example: "actors,docs,apify/rag-web-browser"
3330
value: '{{apify-mcp-server.tools}}'
34-
- name: ENABLE_ADDING_ACTORS
35-
value: 'false'
3631
parameters:
3732
type: object
3833
properties:
39-
actors:
40-
type: string
41-
description: "Comma-separated list of Apify Actors to add to the MCP server. For example: apify/rag-web-browser,apify/instagram-scraper."
42-
example: "apify/rag-web-browser"
4334
tools:
4435
type: string
45-
description: "Comma-separated list of specific tool categories to enable. Available choices: docs, runs, storage, preview. Tool categories are as follows: docs - Search and fetch Apify documentation tools; runs - Get Actor runs list, run details, and logs from a specific Actor run; storage - Access datasets, key-value stores, and their records; preview - Experimental tools in preview mode. Note: Tools that enable you to search Actors from the Apify Store and get their details are always enabled by default. For example: docs,runs."
46-
example: "docs"
36+
description: "Comma-separated list of tools to enable. Can be either a tool category, a specific tool, or an Apify Actor. For example: \"actors,docs,apify/rag-web-browser\". For more details visit https://mcp.apify.com."
37+
example: "actors,docs,apify/rag-web-browser"

0 commit comments

Comments
 (0)