Skip to content

Commit c66cf74

Browse files
committed
Add mcp dependency
1 parent ee313ec commit c66cf74

File tree

2 files changed

+163
-423
lines changed

2 files changed

+163
-423
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "mcpm"
77
dynamic = ["version"]
88
description = "MCPM - Model Context Protocol Manager"
99
readme = "README.md"
10-
requires-python = ">=3.8"
10+
requires-python = ">=3.10"
1111
license = "MIT"
1212
authors = [{ name = "MCPM Contributors" }]
1313
maintainers = [{ name = "Path Integral Institute" }]
@@ -19,6 +19,7 @@ dependencies = [
1919
"pydantic>=2.5.1",
2020
"requests>=2.28.0",
2121
"jsonschema>=4.17.0",
22+
"mcp>=1.6.0",
2223
]
2324

2425
[project.urls]

0 commit comments

Comments
 (0)