Skip to content

Commit 094abc9

Browse files
authored
fix: Update README.md (#22)
1 parent 742323f commit 094abc9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ standard input/output (stdio):
286286
## Prerequisites
287287

288288
- [Node.js](https://nodejs.org/en) (v18 or higher)
289-
- Python 3.6 or higher
289+
- Python 3.9 or higher
290290

291291
Create environment file `.env` with the following content:
292292
```text

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apify/actors-mcp-server",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"type": "module",
55
"description": "Model Context Protocol Server for Apify Actors",
66
"engines": {

0 commit comments

Comments
 (0)