@apify/actors-mcp-server 0.1.30-beta.1 → 0.1.30-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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -217,7 +217,7 @@ If not, follow this guide to install Node.js: [Downloading and installing Node.j
217
217
 
218
218
  #### Claude Desktop
219
219
 
220
- To configure Claude Desktop to work with the MCP server, follow these steps. For a detailed guide, refer to the [Claude Desktop Users Guide](https://modelcontextprotocol.io/quickstart/user).
220
+ To configure Claude Desktop to work with the MCP server, follow these steps. For a detailed guide, refer to the [Claude Desktop Users Guide](https://modelcontextprotocol.io/quickstart/user) or watch the [video tutorial](https://youtu.be/gf5WXeqydUU?t=440).
221
221
 
222
222
  1. Download Claude for desktop
223
223
  - Available for Windows and macOS.
@@ -500,6 +500,7 @@ If you need other features or have any feedback, [submit an issue](https://conso
500
500
  - [Model Context Protocol](https://modelcontextprotocol.org/)
501
501
  - [What are AI Agents?](https://blog.apify.com/what-are-ai-agents/)
502
502
  - [What is MCP and why does it matter?](https://blog.apify.com/what-is-model-context-protocol/)
503
+ - [How to use MCP with Apify Actors](https://blog.apify.com/how-to-use-mcp/)
503
504
  - [Tester MCP Client](https://apify.com/jiri.spilka/tester-mcp-client)
504
505
  - [AI agent workflow: building an agent to query Apify datasets](https://blog.apify.com/ai-agent-workflow/)
505
506
  - [MCP Client development guide](https://github.com/cyanheads/model-context-protocol-resources/blob/main/guides/mcp-client-development-guide.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/actors-mcp-server",
3
- "version": "0.1.30-beta.1",
3
+ "version": "0.1.30-beta.2",
4
4
  "type": "module",
5
5
  "description": "Model Context Protocol Server for Apify",
6
6
  "engines": {