@apify/actors-mcp-server 0.9.11-beta.0 → 0.9.11-beta.1
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.
- package/README.md +1 -1
- package/manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -390,7 +390,7 @@ For detailed development setup, project structure, and local testing instruction
|
|
|
390
390
|
|
|
391
391
|
## Prerequisites
|
|
392
392
|
|
|
393
|
-
- [Node.js](https://nodejs.org/en) (
|
|
393
|
+
- [Node.js](https://nodejs.org/en) (v22 or higher)
|
|
394
394
|
|
|
395
395
|
Create an environment file, `.env`, with the following content:
|
|
396
396
|
```text
|
package/manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apify/actors-mcp-server",
|
|
3
|
-
"version": "0.9.11-beta.
|
|
3
|
+
"version": "0.9.11-beta.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Apify MCP Server",
|
|
6
6
|
"mcpName": "com.apify/apify-mcp-server",
|
|
7
7
|
"engines": {
|
|
8
|
-
"node": ">=
|
|
8
|
+
"node": ">=22.0.0"
|
|
9
9
|
},
|
|
10
10
|
"main": "dist/index.js",
|
|
11
11
|
"exports": {
|