Skip to content

Commit ec1fb64

Browse files
Merge pull request #31 from keboola/KAB-926-update-readme
KAB-926: add python >= 3.10 to the requirements in README.md
2 parents e8619db + 72ae753 commit ec1fb64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ A Model Context Protocol (MCP) server for interacting with Keboola Connection. T
99

1010
## Requirements
1111

12+
- Python 3.10 or newer
1213
- Keboola Storage API token
1314
- Snowflake Read Only Workspace
1415

@@ -31,6 +32,7 @@ git clone https://github.com/keboola/keboola-mcp-server.git
3132
cd keboola-mcp-server
3233
python3 -m venv .venv
3334
source .venv/bin/activate
35+
pip3 install -U pip
3436
```
3537

3638
Install the package in development mode:

0 commit comments

Comments
 (0)