Skip to content

Commit 37cf90f

Browse files
authored
Merge pull request #12 from apify/fix/repo-url
fix: repo url and mcp config location
2 parents 84136d8 + eb6a2af commit 37cf90f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
99
### Added
1010
- `apify` agent (single user-facing entry point for all Apify requests).
1111
- `apify-routing` instruction (soft enforcement of the agent-first pattern).
12-
- `apify` MCP server entry in `.vscode/mcp.json` pointing to `https://mcp.apify.com/`.
12+
- `apify` MCP server entry in `apify/.mcp.json` pointing to `https://mcp.apify.com/`.
1313
- Skills: `apify-actor-development`, `apify-actorization`, `apify-generate-output-schema`, `apify-sdk-integration`, `apify-ultimate-scraper`.
1414
- Bundled Node helper scripts for the ultimate-scraper skill (`search_actors.js`, `fetch_actor_details.js`, `run_actor.js`).
1515
- Apache-2.0 license.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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-
| 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. |
1313
| Skill | `apify-actor-development` | Create, debug, test, and deploy a new Apify Actor from scratch. |
1414
| Skill | `apify-actorization` | Convert an existing JavaScript, TypeScript, Python, or CLI-based project into an Apify Actor. |
1515
| 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
2222

2323
```bash
2424
# Clone the plugin repo
25-
git clone https://github.com/apify/apify-copilot-plugin /tmp/apify-copilot
25+
git clone https://github.com/apify/apify-github-copilot-plugin /tmp/apify-copilot
2626

2727

2828
```
@@ -77,7 +77,7 @@ Open Copilot Chat in VS Code and invoke the `apify` agent. The routing instructi
7777

7878
### MCP server
7979

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:
8181

8282
- `search-actors` — search the Apify Store by keyword
8383
- `fetch-actor-details` — Actor specs, input schema, and pricing

0 commit comments

Comments
 (0)