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 58bc32e commit b8fd814Copy full SHA for b8fd814
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "mcp"
3
-version = "1.2.0.dev0"
+version = "1.3.0.dev0"
4
description = "Model Context Protocol SDK"
5
readme = "README.md"
6
requires-python = ">=3.10"
@@ -83,4 +83,4 @@ target-version = "py310"
83
members = ["examples/servers/*"]
84
85
[tool.uv.sources]
86
-mcp = { workspace = true }
+mcp = { workspace = true }
0 commit comments