Skip to content

Commit d0c2981

Browse files
authored
Update README.md
1 parent 07ec6aa commit d0c2981

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

README.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -312,29 +312,7 @@ Alternatively, add the following JSON block to your User Settings (JSON) file in
312312
}
313313
```
314314

315-
Optionally, you can add it to a file called `.vscode/mcp.json` in your workspace. This will allow you to share the configuration with others.
316-
317-
```json
318-
{
319-
"inputs": [
320-
{
321-
"type": "promptString",
322-
"id": "apify_token",
323-
"description": "Apify API Token",
324-
"password": true
325-
}
326-
],
327-
"servers": {
328-
"actors-mcp-server": {
329-
"command": "npx",
330-
"args": ["-y", "@apify/actors-mcp-server"],
331-
"env": {
332-
"APIFY_TOKEN": "${input:apify_token}"
333-
}
334-
}
335-
}
336-
}
337-
```
315+
Optionally, you can add it to a file called `.vscode/mcp.json` in your workspace - just omit the top-level `mcp {}` key. This will allow you to share the configuration with others.
338316

339317
If you want to specify which Actors to load, you can add the `--actors` argument:
340318

0 commit comments

Comments
 (0)