Skip to content

Commit c4d2b1b

Browse files
authored
Merge pull request #3 from apify/chore/describe-installation
chore: remove old instructions
2 parents 11c35ac + 05aaa6e commit c4d2b1b

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Official Apify plugin for GitHub Copilot — adds an `apify` agent, an Apify MCP
99
| Component | Name | Purpose |
1010
|---|---|---|
1111
| 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. |
1312
| 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. |
1413
| Skill | `apify-actor-development` | Create, debug, test, and deploy a new Apify Actor from scratch. |
1514
| 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
1918

2019
## Installation
2120

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.
2322

2423
```bash
2524
# Clone the plugin repo
2625
git clone https://github.com/apify/apify-copilot-plugin /tmp/apify-copilot
2726

28-
# Copy Copilot agent, skills, and instructions into .github/
29-
mkdir -p .github
30-
cp -r /tmp/apify-copilot/agents .github/
31-
cp -r /tmp/apify-copilot/skills .github/
32-
cp -r /tmp/apify-copilot/instructions .github/
3327

34-
# Copy MCP server config into .vscode/
35-
mkdir -p .vscode
36-
cp /tmp/apify-copilot/.vscode/mcp.json .vscode/mcp.json
3728
```
3829

39-
After copying, reload VS Code (View → Command Palette → "Developer: Reload Window").
40-
4130
### Prerequisites
4231

4332
- **VS Code** with the **GitHub Copilot Chat** extension installed and active.

0 commit comments

Comments
 (0)