You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Official Apify plugin for GitHub Copilot — adds an `apify` agent, an Apify MCP
9
9
| Component | Name | Purpose |
10
10
|---|---|---|
11
11
| Agent (entry point) |`apify`| Routes each Apify request to the right MCP tool, CLI-based flow, or internal skill. **This is the one you should invoke.**|
12
-
| MCP server |`apify` (`https://mcp.apify.com/`) | Configured in `.vscode/mcp.json`; lets the agent search the Apify Store, fetch Actor details, run Actors, retrieve dataset items, and look up Apify docs when MCP is available. |
12
+
| MCP server |`apify` (`https://mcp.apify.com/`) | Configured in `apify/.mcp.json`; lets the agent search the Apify Store, fetch Actor details, run Actors, retrieve dataset items, and look up Apify docs when MCP is available. |
13
13
| Skill |`apify-actor-development`| Create, debug, test, and deploy a new Apify Actor from scratch. |
14
14
| Skill |`apify-actorization`| Convert an existing JavaScript, TypeScript, Python, or CLI-based project into an Apify Actor. |
15
15
| Skill |`apify-generate-output-schema`| Analyze an Actor and generate or update `dataset_schema.json`, `output_schema.json`, and `key_value_store_schema.json`. |
@@ -22,7 +22,7 @@ Clone (or copy) the plugin contents into your project repository so that the Cop
@@ -77,7 +77,7 @@ Open Copilot Chat in VS Code and invoke the `apify` agent. The routing instructi
77
77
78
78
### MCP server
79
79
80
-
The `apify` MCP server is configured in `.vscode/mcp.json` and is the preferred Route 1 transport when it is available. The shipped agent expects the server to expose:
80
+
The `apify` MCP server is configured in `apify/.mcp.json` and is the preferred Route 1 transport when it is available. The shipped agent expects the server to expose:
81
81
82
82
-`search-actors` — search the Apify Store by keyword
83
83
-`fetch-actor-details` — Actor specs, input schema, and pricing
0 commit comments