Skip to content

Commit 569f45b

Browse files
authored
Merge pull request #61 from modelcontextprotocol/davidsp/urls
Add URLs
2 parents a51dba7 + 22c4b0f commit 569f45b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ dependencies = [
3131
"sse-starlette>=2.0",
3232
]
3333

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+
3440
[tool.hatch.build.targets.wheel]
3541
packages = ["src/mcp"]
3642

0 commit comments

Comments
 (0)