We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee313ec commit c66cf74Copy full SHA for c66cf74
pyproject.toml
@@ -7,7 +7,7 @@ name = "mcpm"
7
dynamic = ["version"]
8
description = "MCPM - Model Context Protocol Manager"
9
readme = "README.md"
10
-requires-python = ">=3.8"
+requires-python = ">=3.10"
11
license = "MIT"
12
authors = [{ name = "MCPM Contributors" }]
13
maintainers = [{ name = "Path Integral Institute" }]
@@ -19,6 +19,7 @@ dependencies = [
19
"pydantic>=2.5.1",
20
"requests>=2.28.0",
21
"jsonschema>=4.17.0",
22
+ "mcp>=1.6.0",
23
]
24
25
[project.urls]
0 commit comments