@apify/actors-mcp-server 0.1.3-beta.1 → 0.1.3-beta.3

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -82,7 +82,7 @@ You can refer to the specific Actor's documentation for a list of available argu
82
82
  ## Prompt & Resources
83
83
 
84
84
  The server does not provide any resources and prompts.
85
- We plan to add Apify's dataset and key-value store as resources in the future.
85
+ We plan to add [Apify's dataset](https://docs.apify.com/platform/storage/dataset) and [key-value store](https://docs.apify.com/platform/storage/key-value-store) as resources in the future.
86
86
 
87
87
  # ⚙️ Usage
88
88
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/actors-mcp-server",
3
- "version": "0.1.3-beta.1",
3
+ "version": "0.1.3-beta.3",
4
4
  "type": "module",
5
5
  "description": "Model Context Protocol Server for Apify Actors",
6
6
  "engines": {