diff --git a/pyproject.toml b/pyproject.toml index 8797a3f..d2329bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ { name = "saidsef" } ] dependencies = [ - "mcp[cli]==1.16.0", + "mcp[cli]==1.18.0", "requests==2.32.5", "uv==0.9.2", ] diff --git a/requirements.txt b/requirements.txt index fd18c32..743b461 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -i https://pypi.org/simple -mcp[cli]==1.16.0 +mcp[cli]==1.18.0 requests==2.32.5 uv==0.9.2