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.
2 parents a51dba7 + 22c4b0f commit 569f45bCopy full SHA for 569f45b
pyproject.toml
@@ -31,6 +31,12 @@ dependencies = [
31
"sse-starlette>=2.0",
32
]
33
34
+[project.urls]
35
+Homepage = "https://modelcontextprotocol.io"
36
+Documentation = "https://modelcontextprotocol.io/api-reference/"
37
+Repository = "https://github.com/modelcontextprotocol/python-sdk"
38
+Issues = "https://github.com/modelcontextprotocol/python-sdk/issues"
39
+
40
[tool.hatch.build.targets.wheel]
41
packages = ["src/mcp"]
42
0 commit comments