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 873f6bf commit 91b255fCopy full SHA for 91b255f
pyproject.toml
@@ -4,8 +4,8 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "mcp"
7
-version = "1.0.0.dev0"
8
-description = "Model Context Protocol implementation for Python"
+version = "1.0.0"
+description = "Model Context Protocol SDK"
9
readme = "README.md"
10
requires-python = ">=3.10"
11
authors = [{ name = "Anthropic, PBC." }]
@@ -36,7 +36,6 @@ dependencies = [
36
37
[project.urls]
38
Homepage = "https://modelcontextprotocol.io"
39
-Documentation = "https://modelcontextprotocol.io/api-reference/"
40
Repository = "https://github.com/modelcontextprotocol/python-sdk"
41
Issues = "https://github.com/modelcontextprotocol/python-sdk/issues"
42
0 commit comments