Merge branch 'main' into v1.2.x

This commit is contained in:
David Soria Parra
2025-01-03 16:10:14 +00:00
18 changed files with 343 additions and 74 deletions

View File

@@ -42,9 +42,9 @@ mcp = "mcp.cli:app [cli]"
[tool.uv]
resolution = "lowest-direct"
dev-dependencies = [
"pyright>=1.1.378",
"pytest>=8.3.3",
"ruff>=0.8.1",
"pyright>=1.1.391",
"pytest>=8.3.4",
"ruff>=0.8.5",
"trio>=0.26.2",
"pytest-flakefinder>=1.1.0",
"pytest-xdist>=3.6.1",
@@ -83,4 +83,4 @@ target-version = "py310"
members = ["examples/servers/*"]
[tool.uv.sources]
mcp = { workspace = true }
mcp = { workspace = true }