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
+1-12Lines changed: 1 addition & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@ 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
-
| Routing rule |`apify-routing`| Tells Copilot to send Apify-related requests through the `apify` agent first instead of calling `apify-*` skills directly. |
13
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. |
14
13
| Skill |`apify-actor-development`| Create, debug, test, and deploy a new Apify Actor from scratch. |
15
14
| Skill |`apify-actorization`| Convert an existing JavaScript, TypeScript, Python, or CLI-based project into an Apify Actor. |
@@ -19,25 +18,15 @@ Official Apify plugin for GitHub Copilot — adds an `apify` agent, an Apify MCP
19
18
20
19
## Installation
21
20
22
-
Clone (or copy) the plugin contents into your project repository so that the Copilot-specific directories end up in the right places:
21
+
Clone (or copy) the plugin contents into your project repository so that the Copilot-specific directories (apify folder with plugin.json and .mcp.json) are in the right places.
0 commit comments