Skip to content

Commit 91b255f

Browse files
committed
v1.0.0
1 parent 873f6bf commit 91b255f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "mcp"
7-
version = "1.0.0.dev0"
8-
description = "Model Context Protocol implementation for Python"
7+
version = "1.0.0"
8+
description = "Model Context Protocol SDK"
99
readme = "README.md"
1010
requires-python = ">=3.10"
1111
authors = [{ name = "Anthropic, PBC." }]
@@ -36,7 +36,6 @@ dependencies = [
3636

3737
[project.urls]
3838
Homepage = "https://modelcontextprotocol.io"
39-
Documentation = "https://modelcontextprotocol.io/api-reference/"
4039
Repository = "https://github.com/modelcontextprotocol/python-sdk"
4140
Issues = "https://github.com/modelcontextprotocol/python-sdk/issues"
4241

0 commit comments

Comments
 (0)