@apify/actors-mcp-server 0.2.15-beta.1 → 0.2.15-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -49,9 +49,9 @@ For example, it can:
49
49
  - Use [Instagram Scraper](https://apify.com/apify/instagram-scraper) to scrape Instagram posts, profiles, places, photos, and comments.
50
50
  - Use [RAG Web Browser](https://apify.com/apify/web-scraper) to search the web, scrape the top N URLs, and return their content.
51
51
 
52
- **Apify MCP Server Tutorial: Integrate 5,000+ Apify Actors and Agents with Claude**
52
+ **Video tutorial: Integrate 5,000+ Apify Actors and Agents with Claude**
53
53
 
54
- https://www.youtube.com/watch?v=BKu8H91uCTg
54
+ [![Apify MCP Server Tutorial: Integrate 5,000+ Apify Actors and Agents with Claude](https://img.youtube.com/vi/BKu8H91uCTg/hqdefault.jpg)](https://www.youtube.com/watch?v=BKu8H91uCTg)
55
55
 
56
56
  # 🚀 Quickstart
57
57
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/actors-mcp-server",
3
- "version": "0.2.15-beta.1",
3
+ "version": "0.2.15-beta.2",
4
4
  "type": "module",
5
5
  "description": "Model Context Protocol Server for Apify",
6
6
  "engines": {